This commit is contained in:
2022-06-25 13:06:47 +02:00
parent 541f6fa6ab
commit 999cbd4895
5 changed files with 52 additions and 0 deletions

5
php-fpm-81.dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM php:8.1-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