Skip to content

Commit

Permalink
upgrade npm to fix permission issue with root user (#5523)
Browse files Browse the repository at this point in the history
  • Loading branch information
dw511214992 authored Feb 21, 2023
1 parent dfa253e commit b4dca56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sdk-generation-pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN rm maven.tgz
# install node
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt -y install nodejs
RUN npm install -g npm@9.5.0

# install python
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wget apt-transport-https software-properties-common
Expand Down

0 comments on commit b4dca56

Please sign in to comment.