mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-19 04:45:59 +02:00
Added gzip package to server / proxy images
This commit is contained in:
@@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
pcre2 \
|
||||
postgresql-client \
|
||||
postgresql-libs \
|
||||
gzip \
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
|
@@ -58,6 +58,7 @@ RUN set -eux && \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
dnf -y install epel-release && \
|
||||
dnf -y install \
|
||||
|
@@ -60,6 +60,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
postgresql-client \
|
||||
snmp-mibs-downloader \
|
||||
gzip \
|
||||
unixodbc" && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
|
Reference in New Issue
Block a user