Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk authored May 17, 2024
1 parent 73c682d commit 9e25576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/autoware-openadk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN --mount=type=ssh \
&& vcs import src < autoware.repos

# Generate install package lists
RUN rosdep keys --dependency-types=build --ignore-src --from-paths src \
RUN rosdep keys --ignore-src --from-paths src \
| xargs rosdep resolve --rosdistro ${ROS_DISTRO} \
| grep -v '^#' \
| sed 's/ \+/\n/g'\
Expand Down

0 comments on commit 9e25576

Please sign in to comment.