Skip to content

Commit

Permalink
Update Dockerfile.centos7
Browse files Browse the repository at this point in the history
Fix openss-libs

Signed-off-by: spybull <[email protected]>
  • Loading branch information
Spybull authored Jan 30, 2024
1 parent 44327fa commit a285710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM centos:7
RUN yum -y update && \
yum install -y rpm-build curl ca-certificates gcc gcc-c++ cmake make bash \
wget unzip systemd-devel wget flex bison \
cyrus-sasl-lib cyrus-sasl-devel openssl openss-libs openssl-devel \
cyrus-sasl-lib cyrus-sasl-devel openssl openssl-libs openssl-devel \
postgresql-libs postgresql-devel postgresql-server postgresql libyaml-devel && \
wget -q http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
rpm -ivh epel-release-latest-7.noarch.rpm && \
Expand Down

0 comments on commit a285710

Please sign in to comment.