Merge pull request #1321 from zabbix/zlib_trunk

Added zlib and devel packages
This commit is contained in:
Alexey Pustovalov 2024-03-25 00:19:00 +09:00 committed by GitHub
commit fac9a4398f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && \