Added gzip package to server / proxy images

This commit is contained in:
Alexey Pustovalov 2024-02-01 18:02:34 +09:00
parent 1f57367409
commit 42eabe9279
13 changed files with 10 additions and 3 deletions

View File

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

View File

@ -39,7 +39,6 @@ RUN set -eux && \
INSTALL_PKGS="libevent \
traceroute \
nmap \
gzip \
libssh \
file-libs \
fping \

View File

@ -70,6 +70,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

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

View File

@ -41,7 +41,6 @@ RUN set -eux && \
libssh \
fping \
file-libs \
gzip \
libxml2 \
net-snmp-libs \
OpenIPMI-libs \

View File

@ -41,7 +41,6 @@ RUN set -eux && \
libssh \
fping \
file-libs \
gzip \
libxml2 \
net-snmp-libs \
OpenIPMI-libs \

View File

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

View File

@ -54,6 +54,7 @@ RUN set -eux && \
openssl-libs \
pcre2 \
zlib \
gzip \
unixODBC" && \
dnf -y install epel-release && \
dnf -y install \

View File

@ -74,6 +74,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

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

View File

@ -55,6 +55,7 @@ RUN set -eux && \
pcre2 \
postgresql-client \
postgresql-libs \
gzip \
unixodbc" && \
apk add \
--no-cache \

View File

@ -57,6 +57,7 @@ RUN set -eux && \
postgresql \
postgresql-libs \
zlib \
gzip \
unixODBC" && \
dnf -y install epel-release && \
dnf -y install \

View File

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