Skip to content

Commit

Permalink
GDRCD - [FIX]
Browse files Browse the repository at this point in the history
- Minor fix
  • Loading branch information
Giovanni Pane committed Nov 10, 2023
1 parent 6319f60 commit 466b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/services/php/Dockerfile.php74
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN echo "Installing PHP extensions" && \
docker-php-ext-install mbstring && \
docker-php-ext-install gettext && \
docker-php-ext-install opcache && \
docker-php-ext-configure gd --with-freetype-dir=/usr/include --with-jpeg-dir=/usr/include --with-png-dir=/usr/include && \
docker-php-ext-configure gd --with-freetype=/usr/include --with-jpeg=/usr/include --with-png=/usr/include && \
docker-php-ext-install gd

# Other PHP5.6 Extensions
Expand Down

0 comments on commit 466b33e

Please sign in to comment.