Skip to content

Commit

Permalink
install rosdep and colcon
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk committed Jun 3, 2024
1 parent b1854ec commit d4f8455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
gosu \
python3-rosdep \
ssh \
&& apt-get autoremove -y && rm -rf "$HOME"/.cache \
&& mkdir -p ~/.ssh \
Expand Down Expand Up @@ -97,6 +98,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update \
&& cat /tmp/rosdep-all-depend-packages.txt | xargs apt-get install -y --no-install-recommends \
&& apt-get install -y --no-install-recommends \
python3-colcon-common-extensions \
&& apt-get autoremove -y && rm -rf "$HOME"/.cache

# Build Autoware
Expand Down

0 comments on commit d4f8455

Please sign in to comment.