dexter test

This commit is contained in:
2022-06-05 22:49:25 +02:00
parent 59f7ad2e31
commit 09864c6d98
3 changed files with 51 additions and 32 deletions

View File

@ -82,6 +82,10 @@ case $PHP_VERSION in
h1 "Install iconv extension"
apk add --no-cache --virtual php7-iconv
;;
'73' )
h2 "[php74] Configure and install GD, JSON, MEMCACHE, ICONV"
apk add --no-cache --virtual php7-gd php7-json php7-pecl-memcache php7-iconv
;;
* )
h2 "Configure and install GD"
docker-php-ext-configure gd \