Skip to content

Commit

Permalink
cat packages
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed May 17, 2024
1 parent 9950387 commit 97be35c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/autoware-openadk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,16 @@ RUN rosdep keys --dependency-types=build --ignore-src --from-paths src \
| sed 's/ \+/\n/g'\
| sort \
> /rosdep-build-depend-packages.txt \
|| true
|| true \
&& cat /rosdep-build-depend-packages.txt
RUN rosdep keys --dependency-types=exec --ignore-src --from-paths src \
| xargs rosdep resolve --rosdistro ${ROS_DISTRO} \
| grep -v '^#' \
| sed 's/ \+/\n/g'\
| sort \
> /rosdep-exec-depend-packages.txt \
|| true
|| true \
&& cat /rosdep-exec-depend-packages.txt

FROM base as prebuilt
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 97be35c

Please sign in to comment.