From 2152a029d625de66e9493c509041d33b18bda5c2 Mon Sep 17 00:00:00 2001 From: Sergei Filippov Date: Sat, 22 Sep 2018 13:15:45 +1200 Subject: [PATCH] Install ImageMagick + php7-imagick added instruction to install optional ImageMagick image manipulation library. --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76fe78a..e1d36b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/