Skip to content

Commit 7798a84

Browse files
authored
dockerfile: Remove a redundant wget in yum install
Remove a redundant wget in yum install Signed-off-by: ilove737 <[email protected]>
1 parent 658d741 commit 7798a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN sed -i -e "s/^mirrorlist=http:\/\/mirrorlist.centos.org/#mirrorlist=http:\/\
88
sed -i -e "s/^#baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/g" /etc/yum.repos.d/CentOS-Base.repo && \
99
yum -y update && \
1010
yum install -y rpm-build curl ca-certificates gcc gcc-c++ make bash \
11-
wget unzip systemd-devel wget flex bison \
11+
wget unzip systemd-devel flex bison \
1212
cyrus-sasl-lib cyrus-sasl-devel openssl openssl-libs openssl-devel libcurl-devel \
1313
postgresql-libs postgresql-devel postgresql-server postgresql libyaml-devel \
1414
tar gzip

0 commit comments

Comments
 (0)