Skip to content

Commit

Permalink
Ignore gazebo classic sources
Browse files Browse the repository at this point in the history
Co-authored-by: Daisuke Nishimatsu <[email protected]>
  • Loading branch information
Ryanf55 and wep21 authored Feb 5, 2024
1 parent 1175550 commit d067502
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 @@ -27,7 +27,7 @@ SHELL ["/bin/bash", "-c"]
RUN apt-get update && \
rosdep update && \
source /opt/ros/${ROS_DISTRO}/setup.bash && \
rosdep install -y --ignore-src --from-paths src --skip-keys slam_toolbox && \
rosdep install -y --ignore-src --from-paths src --skip-keys slam_toolbox --skip-keys gazebo_ros_pkgs --skip-keys turtlebot3_gazebo && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit d067502

Please sign in to comment.