add php 8.2

This commit is contained in:
2022-12-10 14:46:23 +01:00
parent c534b6a46e
commit dd23b97bf8
4 changed files with 22 additions and 0 deletions

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

@ -0,0 +1,5 @@
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