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

View File

@ -62,8 +62,8 @@ 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 --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo\
&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y \
&& colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo\
&& rm -rf /var/lib/apt/lists/*
# Set up the entrypoint