From 05085cf36d49a4f9c2593be026a623ac3c0bfc65 Mon Sep 17 00:00:00 2001 From: f0reachARR Date: Sat, 24 Feb 2024 23:56:32 +0900 Subject: [PATCH] Add colcon mixin --- buildroot/Dockerfile.amd64 | 2 +- buildroot/Dockerfile.arm64 | 2 +- buildroot/Dockerfile.small.amd64 | 2 +- buildroot/Dockerfile.small.arm64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildroot/Dockerfile.amd64 b/buildroot/Dockerfile.amd64 index 4f53f7d..1b42610 100644 --- a/buildroot/Dockerfile.amd64 +++ b/buildroot/Dockerfile.amd64 @@ -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 diff --git a/buildroot/Dockerfile.arm64 b/buildroot/Dockerfile.arm64 index 5d2e957..b55460f 100644 --- a/buildroot/Dockerfile.arm64 +++ b/buildroot/Dockerfile.arm64 @@ -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 diff --git a/buildroot/Dockerfile.small.amd64 b/buildroot/Dockerfile.small.amd64 index 3e3dc51..55b4dea 100644 --- a/buildroot/Dockerfile.small.amd64 +++ b/buildroot/Dockerfile.small.amd64 @@ -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 diff --git a/buildroot/Dockerfile.small.arm64 b/buildroot/Dockerfile.small.arm64 index 6b1f4c5..0ba1282 100644 --- a/buildroot/Dockerfile.small.arm64 +++ b/buildroot/Dockerfile.small.arm64 @@ -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