Skip to content

Commit

Permalink
enabled GD for Imagine
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 25, 2019
1 parent a325a9a commit 2c675c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ LABEL "maintainer"="Axel Guckelsberger <info@guite.de>"

# install pcov support (faster than xdebug)
# install phpstan extensions
RUN apk update && apk upgrade && apk --no-cache add bash build-base autoconf mysql-client zip \
&& docker-php-ext-install pdo_mysql \
&& docker-php-ext-install gd \
RUN apk update && apk upgrade && apk --no-cache add bash build-base autoconf mysql-client zip libpng-dev \
&& docker-php-ext-install pdo_mysql gd \
&& pecl install pcov && docker-php-ext-enable pcov
# \
# && composer global bin phpstan require phpstan/phpstan-doctrine phpstan/phpstan-phpunit phpstan/phpstan-symfony
Expand Down

0 comments on commit 2c675c5

Please sign in to comment.