Merge pull request #604 from trucknet-io/development
fix: added imagemagick to dockerfile;
This commit is contained in:
commit
801fb7c81d
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