From b8de99b37f491c037df776660055e9a61ff0789a Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:43:09 +0200 Subject: [PATCH] Update my_example.Dockerfile --- docker/my_example.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/my_example.Dockerfile b/docker/my_example.Dockerfile index 79da8ee..f8b9e86 100644 --- a/docker/my_example.Dockerfile +++ b/docker/my_example.Dockerfile @@ -25,7 +25,7 @@ RUN source /opt/ros/${ROS_DISTRO}/setup.bash \ && apt-get install -y --no-install-recommends \ ros-${ROS_DISTRO}-turtlesim \ ros-${ROS_DISTRO}-rqt \ - #&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y + && rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y RUN source /opt/ros/${ROS_DISTRO}/setup.bash \ && colcon build --symlink-install @@ -71,7 +71,7 @@ RUN source /base_ws/install/setup.bash \ && apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install \ nano \ - && 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/* RUN source /base_ws/install/setup.bash \