update dependencies: image_transport

This commit is contained in:
bjoernellens1 2023-11-30 10:13:39 +01:00 committed by GitHub
parent 15b74e5834
commit 90c8281d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ WORKDIR /overlay_ws
RUN source /bot_mini_ws/install/setup.bash \ RUN source /bot_mini_ws/install/setup.bash \
&& colcon build --symlink-install \ && colcon build --symlink-install \
&& apt-get update \ && apt-get update \
&& apt-get install -y ros-humble-image-transport \
&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y \ && rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*