diff --git a/Dockerfile b/Dockerfile index 3d967ec12..4f23a1585 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \