Use npm 3 in Dockerfile (#7529)

This commit is contained in:
hairlessbear
2016-05-28 19:08:14 -04:00
committed by Alys
parent 4ad81c4c28
commit 00aebed8c0
+1 -1
View File
@@ -25,7 +25,7 @@ RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
# Install global packages
RUN npm install -g gulp grunt-cli bower
RUN npm install -g gulp grunt-cli bower npm@3
# Clone Habitica repo and install dependencies
WORKDIR /habitrpg