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

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