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:
parent
0f831e7638
commit
2961bbeef3
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue