Skip to content

Commit

Permalink
build: temporary CI workaround until switch to Centos 8 stream
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Feb 2, 2022
1 parent b886a8c commit 520c142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ci/platforms/centos8-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ artifactory:
container:
containerfile: |
FROM registry.centos.org/centos:8
RUN sed -i '/mirrorlist=/d' /etc/yum.repos.d/CentOS-Linux-*
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
RUN dnf install -y sudo glibc-langpack-en
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm # libuv-devel
RUN useradd --create-home pcpbuild
Expand Down

0 comments on commit 520c142

Please sign in to comment.