This commit is contained in:
bjoernellens1 2023-11-30 12:09:35 +01:00 committed by GitHub
parent f697c356a9
commit 6fbeb83c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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