FROM node:14-alpine

RUN apk add --no-cache bash
RUN npm install -g gulp@^3.9.1