We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d89097 + 99ba218 commit 8dd1320Copy full SHA for 8dd1320
Dockerfile
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
5
libfreetype6-dev \
6
libjpeg62-turbo-dev \
7
libpng-dev \
8
+ git \
9
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
10
&& docker-php-ext-install -j$(nproc) gd
11
0 commit comments