Added gzip package to server / proxy images

This commit is contained in:
Alexey Pustovalov
2024-02-01 18:02:34 +09:00
parent 72d908fa77
commit 4d62e7af5c
13 changed files with 10 additions and 3 deletions

View File

@ -52,6 +52,7 @@ RUN set -eux && \
openipmi-libs \
pcre2 \
unixodbc \
gzip \
fping" && \
apk add \
--no-cache \

View File

@ -40,7 +40,6 @@ RUN set -eux && \
tini \
traceroute \
nmap \
gzip \
libssh \
file-libs \
fping \

View File

@ -71,6 +71,7 @@ RUN set -eux && \
net-snmp-agent-libs \
OpenIPMI-libs \
pcre2 \
gzip \
unixODBC" && \
curl -sSL -o /tmp/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
rpm -ivh /tmp/epel-release-latest-9.noarch.rpm && \

View File

@ -55,6 +55,7 @@ RUN set -eux && \
libxml2 \
mysql-client \
snmp-mibs-downloader \
gzip \
unixodbc" && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y \