From 2257deb6dc15810eb4977234d146a167220f333d Mon Sep 17 00:00:00 2001
From: Markus Vuorio <markus.vuorio@gmail.com>
Date: Thu, 1 Nov 2018 12:32:06 +0200
Subject: [PATCH] Add ImageMagick Apache module for smoother integration

Especially concurrency management is bad when we for instead of use the module.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 87a9d5c..e30aaf1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,7 @@ RUN apt-get update \
             php-mysql \
             php-mbstring \
             php-xml \
+            php-imagick \
             dcraw \
             mediainfo \
             ffmpeg\
-- 
GitLab