mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Upgrade APK packages when we install some APK package
This commit is contained in:
parent
838f8615b5
commit
8a67ef60ae
1 changed files with 1 additions and 0 deletions
|
@ -1192,6 +1192,7 @@ installRequiredPackages() {
|
|||
case "$DISTRO" in
|
||||
alpine)
|
||||
apk add $IPE_APK_FLAGS $PACKAGES_PERSISTENT_NEW $PACKAGES_VOLATILE
|
||||
apk upgrade
|
||||
;;
|
||||
debian)
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qq -y $PACKAGES_PERSISTENT_NEW $PACKAGES_VOLATILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue