Skip to content

Commit

Permalink
fix centos.stream8 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 16, 2024
1 parent 7eaba82 commit d8bd685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/linux/centos.stream.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM quay.io/centos/centos:stream8

RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* \
&& sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
# Pre-requisits
RUN dnf install -y wget git \
krb5-libs libicu openssl-libs zlib glibc-langpack-en \
Expand Down

0 comments on commit d8bd685

Please sign in to comment.