fix: ensure rosdep update does not fail during Docker build
This commit is contained in:
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN rosdep init && \
|
||||
rosdep update --rosdistro $ROS_DISTRO
|
||||
rosdep update --rosdistro $ROS_DISTRO || true
|
||||
|
||||
RUN colcon mixin add default \
|
||||
https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml && \
|
||||
|
||||
Reference in New Issue
Block a user