This commit is contained in:
Walter Hupfeld
2024-02-21 17:31:41 +01:00
parent 1f44c21d69
commit 11575edc75
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FROM php:8.1-apache
RUN apt-get update && docker-php-ext-install pdo_mysql calendar mysqli
RUN apt-get update && docker-php-ext-install pdo_mysql calendar mysqli zip
RUN a2enmod rewrite headers