Skip to content

Commit

Permalink
Install latest npm during node installation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Aug 3, 2023
1 parent 79d251f commit e016588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN curl -sL https://deb.nodesource.com/setup_${NODE_MAJOR_VERSION}.x | bash -\
&& apt-get upgrade -qq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*\
&& npm install -g npm\
&& npm install -g yarn@1

RUN node -v
Expand Down

0 comments on commit e016588

Please sign in to comment.