Dockerfile updated

This commit is contained in:
Christian Seyfferth 2020-05-08 18:29:28 +02:00
parent a35df5f235
commit 8e8feafd62

View File

@ -1,3 +1,3 @@
FROM node:14-alpine FROM node:14-alpine
RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf automake libtool zlib file pkgconfig RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf automake libtool zlib file pkgconfig nasm
RUN npm install -g gulp RUN npm install -g gulp