We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d741 commit 7798a84Copy full SHA for 7798a84
dockerfiles/Dockerfile.centos7
@@ -8,7 +8,7 @@ RUN sed -i -e "s/^mirrorlist=http:\/\/mirrorlist.centos.org/#mirrorlist=http:\/\
8
sed -i -e "s/^#baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/g" /etc/yum.repos.d/CentOS-Base.repo && \
9
yum -y update && \
10
yum install -y rpm-build curl ca-certificates gcc gcc-c++ make bash \
11
- wget unzip systemd-devel wget flex bison \
+ wget unzip systemd-devel flex bison \
12
cyrus-sasl-lib cyrus-sasl-devel openssl openssl-libs openssl-devel libcurl-devel \
13
postgresql-libs postgresql-devel postgresql-server postgresql libyaml-devel \
14
tar gzip
0 commit comments