From 62c62885eac7e3d6e08b5b840116177a54d0c6ec Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 25 Jun 2023 22:59:38 +0200 Subject: [PATCH] util/docker/coreboot-sdk: Install GNAT meta package instead gnat-12 The versions of both GCC and GNAT need to be in sync and the meta package for GCC is already used. So use the meta package for GNAT as well. Change-Id: Ifcd6960731bc02c70a510e520b385ca300caf88f Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/76086 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- util/docker/coreboot-sdk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index aacff9feae..55172f5fa9 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -35,7 +35,7 @@ RUN \ gawk \ gcc \ git \ - gnat-12 \ + gnat \ golang \ graphicsmagick-imagemagick-compat \ graphviz \