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