This commit is contained in:
Patrick 2025-01-06 19:41:47 +00:00
parent a9e57f07fe
commit 290b6e303b

View File

@ -1,6 +1,6 @@
FROM php:8-apache
RUN apt-get update && apt-get upgrade && apt-get install -y imagemagick
RUN apt-get update && apt-get upgrade && apt-get install -y imagemagick git
RUN a2enmod ssl && a2enmod rewrite