mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Let users install a smaller but English-only ICU lib (#612)
This commit is contained in:
parent
b8195286b3
commit
9a11492f59
2 changed files with 7 additions and 1 deletions
|
@ -610,7 +610,12 @@ buildRequiredPackageLists() {
|
|||
fi
|
||||
buildRequiredPackageLists_icuPersistent=''
|
||||
if test $DISTRO_MAJMIN_VERSION -ge 316; then
|
||||
buildRequiredPackageLists_icuPersistent='icu-data-full'
|
||||
case "${IPE_ICU_EN_ONLY:-}" in
|
||||
1 | y* | Y*) ;;
|
||||
*)
|
||||
buildRequiredPackageLists_icuPersistent='icu-data-full'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
debian@9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue