Skip to content

Commit

Permalink
new node 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 18, 2022
1 parent 4dd9b25 commit 554c8fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ RUN pip --version

# NodeJS
RUN rm -rf /usr/lib/node_modules && \
(curl -fsSL https://deb.nodesource.com/setup_17.x | sudo -E bash -) && \
apt-get install -y nodejs
RUN nodejs --version
RUN apt-get -y install npm
RUN node --version
RUN npm --version

# Clean up
RUN rm -rf /root/.ssh
Expand Down

0 comments on commit 554c8fd

Please sign in to comment.