Skip to content

Commit

Permalink
Removed npm progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
NioTeX committed Apr 11, 2016
1 parent 9fad8e2 commit 62300c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER Nimrod Nagy <nimrod.nagy@lynxsolutions.eu>
RUN apt-get update && apt-get install -y git rsync bzip2

# Global install gulp and bower
RUN npm set progress=false \
RUN npm set progress=false && \
npm install -g gulp grunt bower phantomjs && \
echo '{ "allow_root": true }' > /root/.bowerrc

Expand Down

0 comments on commit 62300c9

Please sign in to comment.