Remove native-ttf as it is not working.

This commit is contained in:
2024-02-13 17:00:28 +01:00
parent 98ee8550b1
commit 9a4644a5d9

View File

@@ -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