Skip to content

Commit 43411a0

Browse files
committed
Update dockerfile back to gd
1 parent e97ee3d commit 43411a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -ex \
2525
freetype-dev \
2626
libzip-dev imagemagick imagemagick-dev && \
2727
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
28-
docker-php-ext-install ctype pdo pdo_pgsql pcntl exif zip intl && \
28+
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
2929
apk del autoconf && \
3030
rm -rf /var/cache/apk/* /tmp/pear /usr/src/*
3131

0 commit comments

Comments
 (0)