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.
1 parent bed95bc commit 357b304Copy full SHA for 357b304
Dockerfile
@@ -18,8 +18,11 @@ RUN set -ex \
18
postgresql-dev \
19
jpeg-dev \
20
libpng-dev \
21
+ libjpeg-turbo \
22
+ freetype-dev \
23
imagemagick-dev \
24
imagemagick && \
25
+ docker-php-ext-configure gd --with-freetype --with-jpeg && \
26
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif && \
27
rm /var/cache/apk/* && rm -rf /tmp/pear
28
0 commit comments