mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Add script version
This commit is contained in:
parent
9a792f073b
commit
93322b87d0
6 changed files with 36 additions and 4 deletions
|
@ -10,7 +10,7 @@ if test -n "$WANTED_VERSION"; then
|
|||
INSTALLME="$INSTALLME-$1"
|
||||
fi
|
||||
|
||||
./install-php-extensions "$INSTALLME"
|
||||
CI=true ./install-php-extensions "$INSTALLME"
|
||||
|
||||
INSTALLED_VERSION="$(composer --version | sed -E 's/^.*[Vv]ersion\s*(\S+).*$/\1/')"
|
||||
if test -z "$WANTED_VERSION"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue