From 06336ba2e09a6a129daafdeb6d37d0bf5b9d85a7 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:39:40 +0200 Subject: [PATCH] Update my_example.Dockerfile --- docker/my_example.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/my_example.Dockerfile b/docker/my_example.Dockerfile index a73a5d9..beb8cc1 100644 --- a/docker/my_example.Dockerfile +++ b/docker/my_example.Dockerfile @@ -27,7 +27,7 @@ RUN source /opt/ros/${ROS_DISTRO}/setup.bash \ ros-${ROS_DISTRO}-rqt \ #&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y RUN source /opt/ros/${ROS_DISTRO}/setup.bash \ - && colcon build --symlink-install + && colcon build --symlink-install \ && rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y #ENV UNDERLAY_WS=/base_ws