Merge pull request #411 from mlocati/composer-unzip

Install unzip when installing composer
This commit is contained in:
Michele Locati 2021-08-06 10:26:51 +02:00 committed by GitHub
commit 4560dd2753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"