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

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

View File

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

View File

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