wecker-manufaktur.org/docker/Dockerfile.php
Ulf Gebhardt 22625acc17
updated docker php version to 8.3 and fix errors
Php v8.3 deprecates calling get_class() without arguments. While on 8.2
this was still valid it is no longer. System was alread updated, but the
project specific queries were not.
2024-11-19 22:34:00 +01:00

5 lines
139 B
PHP

FROM php:8.3-fpm-alpine
# RUN docker-php-ext-install pdo pdo_mysql mbstring
# RUN apk add sqlite
RUN docker-php-ext-install session mysqli