mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-25 14:21:05 +01:00
Merge pull request #1320 from zabbix/zlib_64
Added zlib and devel packages
This commit is contained in:
commit
7239bd782e
@ -80,7 +80,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
postgresql-libs \
|
postgresql-libs \
|
||||||
gzip \
|
gzip \
|
||||||
unixODBC \
|
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 && \
|
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 && \
|
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \
|
||||||
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
|
rm -rf /tmp/epel-release-latest-9.noarch.rpm && \
|
||||||
|
Loading…
Reference in New Issue
Block a user