Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Sep 22, 2020
1 parent e601bb0 commit dea45ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ RUN set -eux; \
--with-jpeg-dir=/usr/lib \
--with-freetype-dir=/usr/include/freetype2; \
fi && \
docker-php-ext-install gd; \
php -r 'var_dump(gd_info());'
docker-php-ext-install gd;

0 comments on commit dea45ac

Please sign in to comment.