Skip to content

Commit

Permalink
chore(docker): remove duplicate ARG ROS_DISTRO (#4649)
Browse files Browse the repository at this point in the history
* remove ROS_DISTRO twice

Signed-off-by: Yutaka Kondo <[email protected]>

* empty

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Apr 23, 2024
1 parent eca295f commit 6dc56cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/autoware-openadk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ FROM base as prebuilt
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG ROS_DISTRO
ARG SETUP_ARGS
ARG ROS_DISTRO
ENV CCACHE_DIR="/var/tmp/ccache"
ENV CC="/usr/lib/ccache/gcc"
ENV CXX="/usr/lib/ccache/g++"
Expand Down

0 comments on commit 6dc56cc

Please sign in to comment.