mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installing xdebug 3.2 on Alpine Linux (#623)
This commit is contained in:
parent
51b16e983b
commit
05ddea7f49
1 changed files with 5 additions and 0 deletions
|
@ -1292,6 +1292,11 @@ buildRequiredPackageLists() {
|
|||
wddx@debian)
|
||||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile libxml2-dev"
|
||||
;;
|
||||
xdebug@alpine)
|
||||
if test $PHP_MAJMIN_VERSION -ge 800; then
|
||||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile linux-headers"
|
||||
fi
|
||||
;;
|
||||
xlswriter@alpine)
|
||||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile zlib-dev"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue