fix: ensure rosdep update does not fail during Docker build

This commit is contained in:
Даниил Грабарь
2026-05-21 13:58:54 +10:00
parent 6be6032838
commit fd576dc27a
+1 -1
View File
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN rosdep init && \ RUN rosdep init && \
rosdep update --rosdistro $ROS_DISTRO rosdep update --rosdistro $ROS_DISTRO || true
RUN colcon mixin add default \ RUN colcon mixin add default \
https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml && \ https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml && \