Skip to content

Commit

Permalink
docker: use centos7 vault
Browse files Browse the repository at this point in the history
  • Loading branch information
WanzenBug committed Jul 3, 2024
1 parent be4b964 commit ffbf3f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/drbd-driver-loader/Dockerfile.centos7
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM centos:centos7
MAINTAINER Roland Kammerer <[email protected]>

RUN yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
RUN sed -e 's/^mirrorlist=/#mirrorlist=/' -e 's%^#baseurl=http://mirror.centos.org%baseurl=http://vault.centos.org%' -i /etc/yum.repos.d/*.repo && \
yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
yum install -y gcc make patch diffutils perl kmod && yum clean all -y

ARG DRBD_VERSION
Expand Down

0 comments on commit ffbf3f2

Please sign in to comment.