add php81-mbstring to the s3 image and the lighter php81-iconv to the nginx-fpm-alpine one to satisfy mtdowling/jmespath.php's needs

This commit is contained in:
El RIDO 2023-01-17 19:57:45 +01:00
parent 6fa619e90a
commit 81b9eb98bb
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ main() {
BUILD_ARGS="--build-arg ALPINE_PACKAGES=php81-pdo_mysql,php81-pdo_pgsql --build-arg COMPOSER_PACKAGES="
;;
s3)
BUILD_ARGS="--build-arg ALPINE_PACKAGES=php81-curl,php81-openssl,php81-simplexml --build-arg COMPOSER_PACKAGES=aws/aws-sdk-php"
BUILD_ARGS="--build-arg ALPINE_PACKAGES=php81-curl,php81-mbstring,php81-openssl,php81-simplexml --build-arg COMPOSER_PACKAGES=aws/aws-sdk-php"
;;
*)
BUILD_ARGS=""