Added --no-network flag for build packages purge operation in Alpine images

This commit is contained in:
Alexey Pustovalov
2019-08-13 23:10:24 +03:00
parent e45dbaa026
commit ce302a1322
12 changed files with 12 additions and 12 deletions

View File

@ -78,7 +78,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/*