diff --git a/docker/jazzy/ros-base/Dockerfile b/docker/jazzy/ros-base/Dockerfile index 9d9cb29..2fc044a 100644 --- a/docker/jazzy/ros-base/Dockerfile +++ b/docker/jazzy/ros-base/Dockerfile @@ -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 && \