6 lines
122 B
Docker

FROM node:14-alpine
RUN apk update
RUN apk add graphicsmagick
RUN apk add python3
RUN apk add make
RUN npm install -g gulp