Dockerfile updated

This commit is contained in:
Christian Seyfferth 2020-05-08 17:17:22 +02:00
parent 9dafffc612
commit 49930a87a1

View File

@ -1,3 +1,4 @@
FROM node:14-alpine FROM node:14-alpine
RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf
RUN npm install -g gulp gifsicle optipng RUN npm install -g gulp
RUN npm install gifsicle optipng