Skip to content

Commit

Permalink
Add colcon mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Feb 24, 2024
1 parent dacabb9 commit 05085cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildroot/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get update && \
apt-get install -y \
python3-vcstool git python3-colcon-common-extensions python3-rosdep \
python3-vcstool git python3-colcon-common-extensions python3-colcon-mixin python3-rosdep \
python3-bloom python3-pip fakeroot \
debhelper git gpg dh-python reprepro \
&& rosdep init
Expand Down
2 changes: 1 addition & 1 deletion buildroot/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DENO_NO_UPDATE_CHECK=1

RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get update && \
apt-get install -y \
python3-vcstool git python3-colcon-common-extensions python3-rosdep \
python3-vcstool git python3-colcon-common-extensions python3-colcon-mixin python3-rosdep \
python3-bloom python3-pip fakeroot \
debhelper git gpg dh-python reprepro \
&& rosdep init
Expand Down
2 changes: 1 addition & 1 deletion buildroot/Dockerfile.small.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get update && \
apt-get install -y \
python3-vcstool git python3-colcon-common-extensions python3-rosdep \
python3-vcstool git python3-colcon-common-extensions python3-colcon-mixin python3-rosdep \
python3-bloom python3-pip fakeroot \
debhelper git gpg dh-python

Expand Down
2 changes: 1 addition & 1 deletion buildroot/Dockerfile.small.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DENO_NO_UPDATE_CHECK=1

RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get update && \
apt-get install -y \
python3-vcstool git python3-colcon-common-extensions python3-rosdep \
python3-vcstool git python3-colcon-common-extensions python3-colcon-mixin python3-rosdep \
python3-bloom python3-pip fakeroot \
debhelper git gpg dh-python

Expand Down

0 comments on commit 05085cf

Please sign in to comment.