Add ImageMagick install to Dockerfile
This commit is contained in:
parent
d1451f48b2
commit
9bfa61c92c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue