1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 16:42:41 +00:00

Update APT packages

They'd be upgraded anyway when we restore them
This commit is contained in:
Michele Locati 2020-01-31 10:42:16 +01:00
parent 824b8b5ba3
commit d45b59d6b8
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -645,6 +645,7 @@ buildRequiredPackageLists() {
;;
debian)
DEBIAN_FRONTEND=noninteractive apt-get update -q
DEBIAN_FRONTEND=noninteractive apt-get upgrade -qqy
;;
esac
if test -n "$buildRequiredPackageLists_persistent"; then