This commit is contained in:
Adrien Beaudouin 2022-12-17 17:45:06 +01:00
parent 200105c54f
commit 761accc89c
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@ FROM php:8.2-apache
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql

View File

@ -2,4 +2,4 @@ FROM php:8.2-fpm-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql

View File

@ -2,4 +2,4 @@ FROM php:8.2-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql pcntl openswoole
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql pcntl openswoole