From 3ade630d95e6ab3c0fc1e80e91e0ced3addadc57 Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Thu, 6 Jun 2024 10:37:58 +0900 Subject: [PATCH] faster docker hub image for ci build --- .docker/jazzy.arm64v8.dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.docker/jazzy.arm64v8.dockerfile b/.docker/jazzy.arm64v8.dockerfile index ba1acfe7..f923a917 100644 --- a/.docker/jazzy.arm64v8.dockerfile +++ b/.docker/jazzy.arm64v8.dockerfile @@ -78,6 +78,10 @@ # hadolint ignore=DL3007 FROM woensugchoi/ubuntu-arm-rdp-base:latest +# In actual woensugchoi/ubuntu-arm-rdp-base:latest, +# more packages are pre-installed to fasten the build process +# Check https://github.com/IOES-Lab/ROS-Gazebo-Dockerfile/blob/ \ +# main/AppleSilicon/remote-desktop/ubuntu-rdp-base.dockerfile # ROS-Gazebo arg ARG BRANCH="ros2"