Explorar o código

[PHP-FPM] Remove useless flag for gd

andryyy %!s(int64=5) %!d(string=hai) anos
pai
achega
196c327215
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      data/Dockerfiles/phpfpm/Dockerfile

+ 0 - 1
data/Dockerfiles/phpfpm/Dockerfile

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