Skip to content

Commit

Permalink
Merge pull request #1 from sergeifilippov/patch-1
Browse files Browse the repository at this point in the history
Install ImageMagick + php7-imagick
  • Loading branch information
eivindml committed Sep 22, 2018
2 parents 8dc7294 + 2152a02 commit cf6ec37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ RUN apk add --no-cache \
# Optional extensions for Craft
php7-iconv \
php7-intl \
php7-dom
php7-dom \
# Extra Optional extensions for Craft
imagemagick \
php7-imagick

COPY nginx.conf /etc/nginx/nginx.conf
COPY www.conf /etc/php7/php-fpm.d/
Expand Down

0 comments on commit cf6ec37

Please sign in to comment.