changeset 19 | 3d72ae0968f4 |
child 21 | 48c4eec2b7e6 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fpm.Dockerfile Tue Sep 27 16:37:53 2022 +0200 @@ -0,0 +1,6 @@ +FROM php:7.4-fpm-alpine + +ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ + +RUN chmod +x /usr/local/bin/install-php-extensions && \ + install-php-extensions gd xdebug zstd pdo_mysql mysqli \ No newline at end of file