mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Added --no-network flag for build packages purge operation in Alpine images
This commit is contained in:
@ -79,7 +79,7 @@ RUN set -eux && \
|
||||
rm -f conf/zabbix.conf.php && \
|
||||
rm -rf tests && \
|
||||
./locale/make_mo.sh && \
|
||||
apk del ${APK_FLAGS_COMMON} --purge \
|
||||
apk del ${APK_FLAGS_COMMON} --purge --no-network \
|
||||
build-dependencies && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
|
Reference in New Issue
Block a user