[PHP-FPM] Remove useless flag for gd

master
andryyy 2019-12-28 11:35:59 +01:00
parent d468ecfa65
commit 196c327215
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ RUN apk add -U --no-cache autoconf \
&& docker-php-ext-configure exif \
&& docker-php-ext-configure gd \
--with-gd \
--enable-gd-native-ttf \
--with-freetype-dir=/usr/include/ \
--with-png-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \