fix: added imagemagick to dockerfile image;

This commit is contained in:
Alexander Gusev 2019-06-05 08:47:26 +03:00
parent 4f77272042
commit 7ae463ea72

View file

@ -1,6 +1,6 @@
FROM node:10.14-alpine
RUN apk add --update pwgen netcat-openbsd python make gcc git g++ bash
RUN apk add --update pwgen netcat-openbsd python make gcc git g++ bash imagemagick
# First install dependencies
COPY server/package.json /app/server/package.json