Skip to content

Commit 007dc98

Browse files
committed
php: remove gd-native-ttf option on gd build
Fixes #59 Signed-off-by: pierrecdn <[email protected]>
1 parent 53c4b0d commit 007dc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN mkdir -p /var/lib/mibs/ietf && \
2626
# Configure apache and required PHP modules
2727
RUN docker-php-ext-configure mysqli --with-mysqli=mysqlnd && \
2828
docker-php-ext-install mysqli && \
29-
docker-php-ext-configure gd --enable-gd-native-ttf --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include && \
29+
docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include && \
3030
docker-php-ext-install gd && \
3131
docker-php-ext-install curl && \
3232
docker-php-ext-install json && \

0 commit comments

Comments
 (0)