Skip to content

Commit

Permalink
git needed for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaserver committed Aug 16, 2016
1 parent aac6e85 commit 9377382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM gliderlabs/alpine:3.3
MAINTAINER cristian.arroyo@vivaserver.com

# provides node 4.3.0, npm 2.14.12
RUN apk add --update nodejs rsync
RUN apk add --update git nodejs rsync
RUN rm -rf /var/cache/apk/*

# Disabling npm's progress bar yields a 2x npm install speed improvement
Expand Down

0 comments on commit 9377382

Please sign in to comment.