mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
10 lines
169 B
Bash
Executable file
10 lines
169 B
Bash
Executable file
#!/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
|