diff --git a/data/Dockerfiles/phpfpm/Dockerfile b/data/Dockerfiles/phpfpm/Dockerfile index d8274b8a..4e7b421d 100644 --- a/data/Dockerfiles/phpfpm/Dockerfile +++ b/data/Dockerfiles/phpfpm/Dockerfile @@ -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/ \