Skip to content

Commit

Permalink
Updates rosdep file to include EOL distros
Browse files Browse the repository at this point in the history
Fix issue #43
  • Loading branch information
alex-arnal committed Aug 7, 2023
1 parent c3e0933 commit 12ff0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ARG fresh_download_of_git_repos=no

RUN true \
&& vcs import --input $repo_file_list_to_use \
&& rosdep update \
&& rosdep update --include-eol-distros \
&& echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections \
&& sudo apt-get update \
&& rosdep install --from-paths src --ignore-src -y \
Expand Down

0 comments on commit 12ff0a9

Please sign in to comment.