We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d36f43 commit 68e5b25Copy full SHA for 68e5b25
mnr_docker/php/8.3/dockerfile
@@ -8,7 +8,7 @@ ENV WWWUSER 1000
8
ENV APACHE_DOCUMENT_ROOT /var/www/html/public
9
ENV USERNAME www-data
10
11
-RUN apt-get update -y && apt-get install -y cron supervisor unzip libzip-dev
+RUN apt-get update -y && apt-get install -y cron supervisor unzip libzip-dev git
12
13
#install packages for working with images. libraries like https://image.intervention.io/ need this.
14
RUN apt-get install -y libpng-dev libjpeg-dev libwebp-dev libfreetype6-dev libjpeg62-turbo-dev
0 commit comments