1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-03-31 02:06:05 +02:00

Updated permissions

This commit is contained in:
Alexey Pustovalov 2020-05-01 21:15:15 +03:00
parent a533d0a3e7
commit 7b2c0fc98f
2 changed files with 2 additions and 0 deletions
web-nginx-mysql/ubuntu
web-nginx-pgsql/ubuntu

View File

@ -58,6 +58,7 @@ RUN set -eux && \
rm -f /etc/nginx/conf.d/*.conf && \
rm -rf /var/cache/nginx/ && \
rm -f /etc/php/7.2/fpm/pool.d/www.conf && \
ln -sf /dev/fd/2 /var/log/nginx/error.log && \
DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && \
apt-get -y autoremove && \
apt-get -y clean && \

View File

@ -58,6 +58,7 @@ RUN set -eux && \
rm -f /etc/nginx/conf.d/*.conf && \
rm -rf /var/cache/nginx/ && \
rm -f /etc/php/7.2/fpm/pool.d/www.conf && \
ln -sf /dev/fd/2 /var/log/nginx/error.log && \
DEBIAN_FRONTEND=noninteractive apt-get -y purge curl gpg dirmngr gpg-agent && \
apt-get -y autoremove && \
apt-get -y clean && \