4 lines
85 B
Docker

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