mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 00:47:51 +02:00
Added gzip package to server / proxy images
This commit is contained in:
@ -52,6 +52,7 @@ RUN set -eux && \
|
||||
net-snmp-agent-libs \
|
||||
openipmi-libs \
|
||||
pcre \
|
||||
gzip \
|
||||
unixodbc" && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
|
@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
dnf -y module enable mysql && \
|
||||
dnf -y install epel-release && \
|
||||
|
@ -72,6 +72,7 @@ RUN set -eux && \
|
||||
net-snmp-agent-libs \
|
||||
OpenIPMI-libs \
|
||||
pcre \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
|
||||
rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \
|
||||
|
@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
libxml2 \
|
||||
mysql-client \
|
||||
snmp-mibs-downloader \
|
||||
gzip \
|
||||
unixodbc" && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
|
Reference in New Issue
Block a user