mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-14 04:35:43 +02:00
[PHP-FPM] Remove useless flag for gd
This commit is contained in:
parent
d468ecfa65
commit
196c327215
@ -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/ \
|
||||
|
Loading…
Reference in New Issue
Block a user