add pcntl
This commit is contained in:
parent
b3d16d1e74
commit
043820e0e2
@ -1,6 +1,6 @@
|
|||||||
FROM dunglas/frankenphp:latest-php8.3
|
FROM dunglas/frankenphp:latest-php8.3
|
||||||
|
|
||||||
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql
|
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql pcntl
|
||||||
|
|
||||||
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
|
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/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user