Skip to content

Commit

Permalink
Update nvm version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 8, 2021
1 parent 76749e6 commit 5fbace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt-get install -y xvfb firefox git wget ros-$ROS_DISTRO-rosbr

# Install nvm, Node.js and node-gyp
ENV NODE_VERSION=v10.15.0
RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash \
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash \
&& . $HOME/.nvm/nvm.sh \
&& nvm install $NODE_VERSION && nvm alias default $NODE_VERSION \
&& npm install -g node-gyp
Expand Down

0 comments on commit 5fbace4

Please sign in to comment.