docker-images/frankenphp-84.dockerfile
Adrien Beaudouin 9e4a4569ac
All checks were successful
/ build (push) Successful in 2m31s
up 8.4
2024-11-29 23:24:18 +01:00

8 lines
347 B
Docker

FROM dunglas/frankenphp:latest
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql pcntl exif gd
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini; \
sed -i 's/memory_limit = 128M/memory_limit = 1G/' $PHP_INI_DIR/php.ini;