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