diff --git a/Dockerfile b/Dockerfile index ed4f926..a24d732 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . /root/ros2_ws/src # install dependencies RUN source /opt/ros/${ROS_DISTRO}/setup.bash RUN apt-get update -RUN rosdep update && rosdep install --from-paths src --ignore-src -r -y --include-eol-distros +RUN rosdep update --include-eol-distros && rosdep install --from-paths src --ignore-src -r -y # colcon the ws FROM deps AS builder