Install imagemagick

This commit is contained in:
Adrian Malacoda 2016-11-13 20:44:25 -06:00
parent d9c5cf8390
commit 33d3f25c0a

View File

@ -1,6 +1,6 @@
FROM debian:stable
RUN apt-get -y update && apt-get -y install nginx php5-fpm php5-mysql php-apc supervisor python-pip mysql-client
RUN apt-get -y update && apt-get -y install nginx php5-fpm php5-mysql php-apc supervisor python-pip mysql-client imagemagick
RUN pip install supervisor-stdout
RUN mkdir userdata