mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Tell apk that icu-data-en can be upgraded to icu-data-full (#774)
This commit is contained in:
parent
c4573cf2f1
commit
580cdccf54
3 changed files with 38 additions and 15 deletions
10
scripts/test-icu-data-en-upgradable
Executable file
10
scripts/test-icu-data-en-upgradable
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Let's set a sane environment
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
IPE_ICU_EN_ONLY=1 CI=true ./install-php-extensions intl
|
||||
|
||||
apk update
|
||||
apk add --simulate chromium
|
Loading…
Add table
Add a link
Reference in a new issue