add frankenphp
This commit is contained in:
parent
ad86fb0dbc
commit
a373f53273
8
php-frankenphp-83.dockerfile
Normal file
8
php-frankenphp-83.dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM dunglas/frankenphp:latest-php8.3
|
||||
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql
|
||||
|
||||
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
|
||||
sed -i 's/memory_limit = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini;
|
Loading…
x
Reference in New Issue
Block a user