From 6f5d7b2b8711a78901d841aa0f950cbe66c29fa1 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 12 Dec 2020 13:11:57 +0100 Subject: [PATCH] disable imagemagick until alpine fixed their dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 633ed8a..dbd647b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,7 +114,7 @@ RUN apk add --no-cache \ php7-pecl-apcu \ php7-opcache \ php7-pcntl \ - php7-imagick \ + #php7-imagick \ php7-ctype \ php7-curl \ php7-dom \