Skip to content

Commit 68e5b25

Browse files
committed
add git to php docker file
1 parent 8d36f43 commit 68e5b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnr_docker/php/8.3/dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV WWWUSER 1000
88
ENV APACHE_DOCUMENT_ROOT /var/www/html/public
99
ENV USERNAME www-data
1010

11-
RUN apt-get update -y && apt-get install -y cron supervisor unzip libzip-dev
11+
RUN apt-get update -y && apt-get install -y cron supervisor unzip libzip-dev git
1212

1313
#install packages for working with images. libraries like https://image.intervention.io/ need this.
1414
RUN apt-get install -y libpng-dev libjpeg-dev libwebp-dev libfreetype6-dev libjpeg62-turbo-dev

0 commit comments

Comments
 (0)