Skip to content

Commit 5c1f0a6

Browse files
Merge pull request #20 from adridev/fix-#19
Remove runtime option removed in PHP 7.2
2 parents 62ccb70 + 9c2ad81 commit 5c1f0a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile-72

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ RUN apt-get update \
3939
&& docker-php-ext-install pdo_pgsql \
4040
# Install the PHP gd library
4141
&& docker-php-ext-configure gd \
42-
--enable-gd-native-ttf \
4342
--with-jpeg-dir=/usr/lib \
4443
--with-freetype-dir=/usr/include/freetype2 && \
4544
docker-php-ext-install gd

0 commit comments

Comments
 (0)