Upgrade APK packages when we install some APK package

pull/387/head
Michele Locati 2021-07-12 16:53:47 +02:00
parent 838f8615b5
commit 8a67ef60ae
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 0 deletions

View File

@ -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