Skip to content

Commit

Permalink
ignore rosdep update failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Jan 20, 2023
1 parent 44f48f6 commit feaa325
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apt_install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ RUN apt-get install -y ros-cmake-modules
RUN apt-get install -y ros-$ROS_DISTRO-ros-base
RUN source /opt/ros/$ROS_DISTRO/setup.bash
RUN rosdep init
RUN rosdep update

# ERROR: cannot download default sources list from:
# https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
# Website may be down.
RUN rosdep update || true

0 comments on commit feaa325

Please sign in to comment.