Skip to content

Commit

Permalink
php: remove gd-native-ttf option on gd build
Browse files Browse the repository at this point in the history
Fixes #59

Signed-off-by: pierrecdn <[email protected]>
  • Loading branch information
pierrecdn committed Feb 27, 2020
1 parent 53c4b0d commit 007dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p /var/lib/mibs/ietf && \
# Configure apache and required PHP modules
RUN docker-php-ext-configure mysqli --with-mysqli=mysqlnd && \
docker-php-ext-install mysqli && \
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 && \
docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include && \
docker-php-ext-install gd && \
docker-php-ext-install curl && \
docker-php-ext-install json && \
Expand Down

0 comments on commit 007dc98

Please sign in to comment.