mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add script version
This commit is contained in:
parent
9a792f073b
commit
93322b87d0
6 changed files with 36 additions and 4 deletions
|
@ -8,7 +8,7 @@ apt-get update -qq
|
|||
apt-get upgrade -qqy
|
||||
apt-get install -qqy libssl-dev
|
||||
|
||||
./install-php-extensions zip
|
||||
CI=true ./install-php-extensions zip
|
||||
|
||||
if test -z "$(dpkg --get-selections | grep -E '^libssl-dev[:\s].*install$')"; then
|
||||
echo 'The libssl-dev APT package has not been restored.' >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue