Skip to content

Commit

Permalink
docker: allow rosdep install to continue on error
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Dec 8, 2023
1 parent a04371a commit 685fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ RUN wstool update -t src -j4
RUN apt-get update \
&& rosdep update \
&& source /opt/ros/noetic/setup.bash \
&& rosdep install --from-paths src --ignore-src -y \
&& rosdep install --from-paths src --ignore-src -r -y \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 685fe65

Please sign in to comment.