Skip to content

Commit 5a80294

Browse files
authored
Update Dockerfile
1 parent 3c4d589 commit 5a80294

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,11 @@ RUN echo @main http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositori
228228
libjpeg-turbo-dev \
229229
postgresql-dev && \
230230
docker-php-ext-configure gd \
231-
--with-gd \
231+
--enable-gd \
232+
--enable-gd-native-ttf \
233+
--enable-gd-jis-conv \
232234
--with-webp=/usr/include/ \
233235
--with-freetype=/usr/include/ \
234-
--with-png=/usr/include/ \
235236
--with-jpeg=/usr/include/ && \
236237
docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache bcmath pcntl && \
237238
pecl channel-update pecl.php.net && \

0 commit comments

Comments
 (0)