Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Added npm upgrade in root dockerfile (#5582)
Browse files Browse the repository at this point in the history
* Added npm upgrade in root dockerfile

* NPM  update for base xrengine file

Co-authored-by: Josh Field <[email protected]>
  • Loading branch information
hanzlamateen and HexaField authored Mar 31, 2022
1 parent 267026c commit 3090cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install -y build-essential meson python3-testresources python3-venv
# Create app directory
WORKDIR /app

RUN npm install -g lerna cross-env rimraf --loglevel notice
RUN npm install -g npm lerna cross-env rimraf --loglevel notice

# to make use of caching, copy only package files and install dependencies
COPY package.json .
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/package-root/Dockerfile-root
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update
WORKDIR /app

RUN apt-get -y install build-essential meson python3-testresources python3-venv python3-pip git
RUN npm install -g lerna cross-env rimraf ts-eager --loglevel notice
RUN npm install -g npm lerna cross-env rimraf ts-eager --loglevel notice

COPY package.json .
COPY packages/common/package.json ./packages/common/
Expand Down

0 comments on commit 3090cf4

Please sign in to comment.