3 lines
153 B
Docker
3 lines
153 B
Docker
FROM node:14-alpine
|
|
RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf automake libtool zlib file pkgconfig nasm
|
|
RUN npm install -g gulp |