From f4d4b2fb691a349a312e681b5821eadc6ffa63b1 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 11 Jun 2017 23:54:24 -0500 Subject: [PATCH] -this- should fix it --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2106d76..de2377c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM tutum/apache-php:latest MAINTAINER Adrian Malacoda # Install ImageMagick -RUN apt-get -y update && apt-get -y install imagemagick                                                                   +RUN apt-get -y update && apt-get -y install imagemagick ENV MW_VERSION REL1_28