FROM node:14-alpine RUN apk add --no-cache git RUN yarn global add gulp CMD ["node", "--version"]