fix run instruction

This commit is contained in:
Adrian Malacoda 2017-06-11 23:52:36 -05:00 committed by GitHub
parent 007d6867ae
commit 3b24305d40

View File

@ -6,7 +6,7 @@ FROM tutum/apache-php:latest
MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
# 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