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 <yutaka.kondo@youtalk.jp>

* empty

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>

---------

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
  • Loading branch information
youtalk authored and oguzkaganozt committed Apr 30, 2024
1 parent 48f5216 commit 1f20206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/autoware/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 1f20206

Please sign in to comment.