Skip to content

Commit

Permalink
Separate call to upgrade npm so that it occurs before any other installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Thompson committed Jun 17, 2016
1 parent 90d4468 commit a876479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*

# Install global packages
RUN npm install -g gulp grunt-cli bower npm@3
RUN npm install -g npm@3
RUN npm install -g gulp grunt-cli bower

# Clone Habitica repo and install dependencies
WORKDIR /habitrpg
Expand Down

0 comments on commit a876479

Please sign in to comment.