Skip to content

Commit

Permalink
ci: fine-tune the rpm repos paths for centos-stream8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 8, 2024
1 parent 18db5fc commit 4a4da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/platforms/centos-stream8-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ container:
FROM quay.io/centos/centos:stream8
RUN sed -i -e '/mirrorlist=/d' /etc/yum.repos.d/CentOS-*.repo
RUN sed -i -e 's/#baseurl=/baseurl=/g' /etc/yum.repos.d/CentOS-*.repo
RUN sed -i -e 's,http://mirror.centos.org/centos/,https://vault.centos.org/,g' /etc/yum.repos.d/CentOS-*.repo
RUN sed -i -e 's,http://mirror.centos.org/,https://vault.centos.org/,g' /etc/yum.repos.d/CentOS-*.repo
RUN dnf install -y sudo glibc-langpack-en
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
RUN useradd --create-home pcpbuild
Expand Down

0 comments on commit 4a4da11

Please sign in to comment.