Skip to content

Commit dd288bf

Browse files
committed
fix GD on PHP 5.6 as well
1 parent 5a725f5 commit dd288bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile-56

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ RUN docker-php-ext-install gd && \
4848
docker-php-ext-configure gd \
4949
--enable-gd-native-ttf \
5050
--with-jpeg-dir=/usr/lib \
51-
--with-freetype-dir=/usr/include/freetype2
51+
--with-freetype-dir=/usr/include/freetype2 && \
52+
docker-php-ext-install gd

0 commit comments

Comments
 (0)