Skip to content

Commit d067502

Browse files
Ryanf55wep21
andauthored
Ignore gazebo classic sources
Co-authored-by: Daisuke Nishimatsu <[email protected]>
1 parent 1175550 commit d067502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SHELL ["/bin/bash", "-c"]
2727
RUN apt-get update && \
2828
rosdep update && \
2929
source /opt/ros/${ROS_DISTRO}/setup.bash && \
30-
rosdep install -y --ignore-src --from-paths src --skip-keys slam_toolbox && \
30+
rosdep install -y --ignore-src --from-paths src --skip-keys slam_toolbox --skip-keys gazebo_ros_pkgs --skip-keys turtlebot3_gazebo && \
3131
apt-get clean && \
3232
rm -rf /var/lib/apt/lists/*
3333

0 commit comments

Comments
 (0)