Skip to content

Commit

Permalink
fix melodic docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hrjp authored Aug 31, 2023
1 parent 54f560f commit b9a00c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/ros_melodic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN touch /etc/apt/apt.conf.d/99fixbadproxy && \
echo "source /etc/bash_completion" >> /root/.bashrc

RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' && \
apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
RUN apt update && \
apt install -y ros-$ROS_DISTRO-desktop-full ros-$ROS_DISTRO-rosserial ros-$ROS_DISTRO-rosserial-arduino python-rosdep python-catkin-tools && \
echo "ros installed"
Expand Down

0 comments on commit b9a00c4

Please sign in to comment.