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