Skip to content

Commit 520c142

Browse files
committed
build: temporary CI workaround until switch to Centos 8 stream
1 parent b886a8c commit 520c142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/ci/platforms/centos8-container.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ artifactory:
77
container:
88
containerfile: |
99
FROM registry.centos.org/centos:8
10+
RUN sed -i '/mirrorlist=/d' /etc/yum.repos.d/CentOS-Linux-*
11+
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
1012
RUN dnf install -y sudo glibc-langpack-en
1113
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm # libuv-devel
1214
RUN useradd --create-home pcpbuild

0 commit comments

Comments
 (0)