Added gzip package to server / proxy images

This commit is contained in:
Alexey Pustovalov 2024-02-01 18:02:34 +09:00
parent 12903d2eac
commit 751b2d6afd
13 changed files with 10 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -73,6 +73,7 @@ RUN set -eux && \
net-snmp-agent-libs \ net-snmp-agent-libs \
OpenIPMI-libs \ OpenIPMI-libs \
pcre2 \ pcre2 \
gzip \
unixODBC" && \ unixODBC" && \
curl -sSL -o /tmp/epel-release-latest-8.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 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 && \ rpm -ivh /tmp/epel-release-latest-8.noarch.rpm && \

View File

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

View File

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

View File

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

View File

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