Skip to content

Commit

Permalink
Revert "install perl-List-MoreUtils for CentOS"
Browse files Browse the repository at this point in the history
This reverts commit 4ec2c68.
  • Loading branch information
doitian authored Nov 19, 2024
1 parent 4ec2c68 commit dde5a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN set -eux; \
sed -i 's/mirror.centos.org/vault.centos.org/g' /etc/yum.repos.d/CentOS-*.repo; \
sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/CentOS-*.repo; \
sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/CentOS-*.repo; \
yum install -y git curl make devtoolset-8 llvm-toolset-7 perl-core perl-List-MoreUtils pcre-devel wget zlib-devel; \
yum install -y git curl make devtoolset-8 llvm-toolset-7 perl-core pcre-devel wget zlib-devel; \
yum clean all; \
rm -rf /var/cache/yum

Expand Down
2 changes: 1 addition & 1 deletion templates/centos-7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN set -eux; \
sed -i 's/mirror.centos.org/vault.centos.org/g' /etc/yum.repos.d/CentOS-*.repo; \
sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/CentOS-*.repo; \
sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/CentOS-*.repo; \
yum install -y git curl make devtoolset-8 llvm-toolset-7 perl-core perl-List-MoreUtils pcre-devel wget zlib-devel; \
yum install -y git curl make devtoolset-8 llvm-toolset-7 perl-core pcre-devel wget zlib-devel; \
yum clean all; \
rm -rf /var/cache/yum

Expand Down

0 comments on commit dde5a2a

Please sign in to comment.