Skip to content

Commit

Permalink
centos 8 vault: side-step eol problems (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <[email protected]>
  • Loading branch information
dweomer authored Feb 23, 2022
1 parent 7b982cf commit 5253b0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.centos8.dapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM centos:8

RUN find /etc/yum.repos.d -type f -name '*.repo' -exec \
sed -i -e '/mirrorlist.*/d' -e 's%#baseurl=http://mirror.centos.org%baseurl=http://vault.centos.org%g' {} \;
RUN yum install -y epel-release \
&& yum -y install container-selinux git rpm-build selinux-policy-devel yum-utils

Expand Down

0 comments on commit 5253b0e

Please sign in to comment.