Skip to content

Commit

Permalink
Merge pull request #1320 from zabbix/zlib_64
Browse files Browse the repository at this point in the history
Added zlib and devel packages
  • Loading branch information
dotneft committed Mar 24, 2024
2 parents c0d9f58 + 27254ae commit 7239bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/server-pgsql/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
postgresql-libs \
gzip \
unixODBC \
zlib1g" && \
zlib" && \
curl --tlsv1.2 -sSf -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -o /tmp/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
Expand Down

0 comments on commit 7239bd7

Please sign in to comment.