From 3b24305d40390b2ebdb258f268be62b987a6a3ad Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 11 Jun 2017 23:52:36 -0500 Subject: [PATCH] fix run instruction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 141569a..2106d76 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