
FROM mhart/alpine-node:4

RUN apk add --no-cache make gcc g++ python git

ADD package.json /

RUN npm install




