Add ImageMagick install to Dockerfile

This commit is contained in:
vladimir 2017-03-21 11:07:24 +02:00
parent d1451f48b2
commit 9bfa61c92c

View file

@ -1,6 +1,6 @@
FROM centos
RUN curl --silent --location https://rpm.nodesource.com/setup_7.x | bash -
RUN yum install -y git make gcc nodejs && yum clean all
RUN yum install -y git make gcc nodejs ImageMagick && yum clean all
RUN git clone git://github.com/andris9/mailtrain.git /app
WORKDIR /app/
ENV NODE_ENV production