Skip to content

Commit

Permalink
Use LTS node version (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Kunovski authored and jihoonl committed Jan 28, 2019
1 parent 84d707d commit 6760294
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 @@ -5,7 +5,7 @@ ENV ROS_DISTRO=kinetic
RUN apt update && apt-get install -y xvfb firefox git wget ros-$ROS_DISTRO-rosbridge-server ros-$ROS_DISTRO-tf2-web-republisher ros-$ROS_DISTRO-common-tutorials ros-$ROS_DISTRO-rospy-tutorials ros-$ROS_DISTRO-actionlib-tutorials

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

0 comments on commit 6760294

Please sign in to comment.