Remove "--virtual" where it's not providing value (and use "apk del --no-network" consistently)

This commit is contained in:
Tianon Gravi
2019-03-04 16:41:05 -08:00
parent 2005b523c6
commit a1ebdc9851
89 changed files with 146 additions and 146 deletions

View File

@ -114,7 +114,7 @@ for ext in $exts; do
done
if [ "$pm" = 'apk' ] && [ -n "$apkDel" ]; then
apk del $apkDel
apk del --no-network $apkDel
fi
if [ -e /usr/src/php/.docker-delete-me ]; then