1 2 3 4
FROM node:alpine RUN apk --update add --no-cache git RUN echo '{ "allow_root": true }' > /root/.bowerrc