Skip to content

Commit 466b33e

Browse files
author
Giovanni Pane
committed
GDRCD - [FIX]
- Minor fix
1 parent 6319f60 commit 466b33e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/services/php/Dockerfile.php74

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN echo "Installing PHP extensions" && \
4747
docker-php-ext-install mbstring && \
4848
docker-php-ext-install gettext && \
4949
docker-php-ext-install opcache && \
50-
docker-php-ext-configure gd --with-freetype-dir=/usr/include --with-jpeg-dir=/usr/include --with-png-dir=/usr/include && \
50+
docker-php-ext-configure gd --with-freetype=/usr/include --with-jpeg=/usr/include --with-png=/usr/include && \
5151
docker-php-ext-install gd
5252

5353
# Other PHP5.6 Extensions

0 commit comments

Comments
 (0)