This commit is contained in:
bjoernellens1 2023-11-30 10:27:33 +01:00 committed by GitHub
parent d2208885fa
commit 89c9f2304d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,9 @@ RUN vcs import < overlay.repos
WORKDIR /overlay_ws WORKDIR /overlay_ws
RUN source /bot_mini_ws/install/setup.bash \ RUN source /bot_mini_ws/install/setup.bash \
&& colcon build --symlink-install \
&& apt-get update \ && apt-get update \
&& apt-get install -y ros-humble-image-transport \ && apt-get install -y ros-humble-image-transport \
&& colcon build --symlink-install \
&& 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/*