Added gzip package to server / proxy images

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

View File

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

View File

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

View File

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

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 \