misisng docker file

This commit is contained in:
Ulf Gebhardt 2024-02-23 01:21:16 +01:00
parent 8acac73841
commit 7dc2b07049
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

5
docker/Dockerfile.php Normal file
View File

@ -0,0 +1,5 @@
FROM php:8.2-fpm-alpine
# RUN docker-php-ext-install pdo pdo_mysql mbstring
# RUN apk add sqlite
RUN docker-php-ext-install session mysqli