6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
|
FROM php:8.1-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
|