Skip to content

Commit 4f31dbf

Browse files
committed
upgrade NPM in documentation container
1 parent 58a78ff commit 4f31dbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /app/
66
# --------------
77
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
88
RUN apt-get install -yq nodejs build-essential
9+
RUN npm install -g npm@latest
910

1011
# Upgrad PIP
1112
# ----------

0 commit comments

Comments
 (0)