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 e97ee3d commit 43411a0Copy full SHA for 43411a0
Dockerfile
@@ -25,7 +25,7 @@ RUN set -ex \
25
freetype-dev \
26
libzip-dev imagemagick imagemagick-dev && \
27
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
28
- docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
+ docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
29
apk del autoconf && \
30
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
31
0 commit comments