Skip to content

Commit

Permalink
fix hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed May 21, 2024
1 parent 9ce1546 commit 156bce5
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 @@ -89,8 +89,8 @@ RUN --mount=type=ssh \
&& find / -name 'libnv*.a' -delete

# Install rosdep dependencies
# hadolint ignore=SC2002
COPY --from=src-imported /rosdep-all-depend-packages.txt /tmp/rosdep-all-depend-packages.txt
# hadolint ignore=SC2002
RUN --mount=type=ssh \
apt-get update \
&& cat /tmp/rosdep-all-depend-packages.txt | xargs apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 156bce5

Please sign in to comment.