From 13457665c0d9f2d962bc9a378265c2232f612795 Mon Sep 17 00:00:00 2001 From: flipflip Date: Mon, 20 Oct 2025 16:59:23 +0200 Subject: [PATCH] add clang for humble and jazzy images --- docker/scripts/install_apt_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install_apt_base.sh b/docker/scripts/install_apt_base.sh index 8e73f11..674784c 100755 --- a/docker/scripts/install_apt_base.sh +++ b/docker/scripts/install_apt_base.sh @@ -18,7 +18,7 @@ set -eEu packages=$(awk -v filt=${FPSDK_IMAGE%-*} '$1 ~ filt { print $2 }' <