Skip to content

Commit

Permalink
Refactoring all dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Sep 19, 2024
1 parent 6144dd2 commit 887aa8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfiles/centos8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM centos:centos8 AS molecule-image

LABEL maintainer="Ivan Medaev"

COPY requirements.txt .

RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* \
&& sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* \
&& yum update -y \
Expand Down

0 comments on commit 887aa8a

Please sign in to comment.