From 9a4644a5d94572600c70972e366ce1751d58ef98 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 13 Feb 2024 17:00:28 +0100 Subject: [PATCH] Remove native-ttf as it is not working. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ba074f..3feda35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ RUN apt-get update -y && apt-get install -y libwebp-dev libjpeg62-turbo-dev libp RUN docker-php-ext-install zip RUN docker-php-ext-configure gd --with-gd --with-webp-dir --with-jpeg-dir \ - --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir \ - --enable-gd-native-ttf + --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir RUN docker-php-ext-install gd