add php 8.2
This commit is contained in:
5
php-fpm-82.dockerfile
Normal file
5
php-fpm-82.dockerfile
Normal 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
|
Reference in New Issue
Block a user