mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Fix Intl dependencies on Debian Jessie
Test: intl
This commit is contained in:
parent
511cd1b8a3
commit
50ef92b35f
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ buildRequiredPackageLists() {
|
|||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile icu-dev"
|
||||
;;
|
||||
intl@debian)
|
||||
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent libicu[0-9]+$"
|
||||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile libicu-dev"
|
||||
;;
|
||||
ldap@alpine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue