Skip to content

Commit

Permalink
--include-eol-distros moved to rosdep update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 13, 2024
1 parent 2ddb721 commit eea7b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eea7b17

Please sign in to comment.