Skip to content

Commit

Permalink
Add apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuki Okumura committed Sep 8, 2020
1 parent 74d10a2 commit 0b465d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ENV ROS_DISTRO=kinetic
# Dependencies for rosbridge
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

# Because of this issue https://github.com/ros/genpy/issues/132
RUN apt update && apt-get upgrade

# 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 \
Expand Down

0 comments on commit 0b465d7

Please sign in to comment.