fix: added imagemagick to dockerfile image;
This commit is contained in:
parent
4f77272042
commit
7ae463ea72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue