Add git again

This commit is contained in:
Patrick 2025-01-06 19:49:25 +00:00
parent 2d5079cf73
commit 44b29ae38f

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