mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 14:17:05 +00:00
Merge pull request #7681 from thompsnm/develop
Separate call to upgrade npm so that it occurs before any other installs
This commit is contained in:
commit
8919efbbdd
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue