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

Install unzip when installing composer

Test: @composer
This commit is contained in:
Michele Locati 2021-08-06 10:20:10 +02:00
parent 0f831e7638
commit 2961bbeef3
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -447,6 +447,9 @@ buildRequiredPackageLists() {
break
fi
case "$1@$DISTRO" in
@composer@debian)
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent unzip"
;;
amqp@alpine)
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent rabbitmq-c"
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile rabbitmq-c-dev"