diff --git a/Dockerfile b/Dockerfile index efb056d1..4d8f46cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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