Skip to content

Commit

Permalink
upgrade NPM in documentation container
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jun 2, 2021
1 parent 58a78ff commit 4f31dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app/
# --------------
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -yq nodejs build-essential
RUN npm install -g npm@latest

# Upgrad PIP
# ----------
Expand Down

0 comments on commit 4f31dbf

Please sign in to comment.