aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base/Dockerfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-base/Dockerfile.in')
-rw-r--r--tcwg-base/Dockerfile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-base/Dockerfile.in b/tcwg-base/Dockerfile.in
index ac101f0a..0e4fd071 100644
--- a/tcwg-base/Dockerfile.in
+++ b/tcwg-base/Dockerfile.in
@@ -54,7 +54,13 @@ RUN apt-get update \
git-filter-repo \
#endif
gm2 \
+#if DISTRO_jammy
+ # For unknown reason "gnat" defaults to "gnat-10" in Jammy, while all other
+ # GCC packages default to "*-11" versions.
+ gnat-11 \
+#else
gnat \
+#endif
gobjc \
gobjc++ \
golang \