This commit is contained in:
bjoernellens1 2023-11-30 11:50:57 +01:00 committed by GitHub
parent 66637892c9
commit 01989f13d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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