mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-30 14:51:11 +02:00
Minor design changes
This commit is contained in:
@ -47,6 +47,7 @@ RUN set -eux && \
|
||||
php7.4-xml \
|
||||
supervisor" && \
|
||||
INSTALL_TEMP_PKGS="gpg \
|
||||
ca-certificates \
|
||||
dirmngr \
|
||||
gpg-agent" && \
|
||||
apt-get -y update && \
|
||||
@ -119,8 +120,10 @@ RUN set -eux && \
|
||||
chgrp -R 0 /var/lib/php/session/ && \
|
||||
chmod -R g=u /var/lib/php/session/ && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
purge \
|
||||
${INSTALL_TEMP_PKGS} && \
|
||||
purge \
|
||||
gpg \
|
||||
dirmngr \
|
||||
gpg-agent && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Reference in New Issue
Block a user