mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-18 20:38:17 +02:00
Remove default Nginx configuration on image building stage
This commit is contained in:
@@ -65,6 +65,7 @@ RUN set -eux && \
|
||||
php7.2-pgsql \
|
||||
postgresql-client \
|
||||
supervisor && \
|
||||
rm -f /etc/nginx/conf.d/*.conf && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \
|
||||
wget && \
|
||||
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
||||
|
Reference in New Issue
Block a user