docker-images/frankenphp-83.dockerfile

7 lines
262 B
Plaintext
Raw Normal View History

2023-12-24 13:46:58 +00:00
FROM dunglas/frankenphp:latest-php8.3
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
2023-12-24 15:37:09 +00:00
sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini;