mirror of
https://github.com/docker-library/php.git
synced 2025-08-11 19:13:13 +00:00
Remove "--virtual" where it's not providing value (and use "apk del --no-network" consistently)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user