summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-06-25 22:59:38 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-06-27 17:40:27 +0000
commit62c62885eac7e3d6e08b5b840116177a54d0c6ec (patch)
tree8698e20e2d7d5ece62bd1a97c6f7b304a940d6ba
parent08601b29aa44c51e35bb8f30596d667c008f6d66 (diff)
downloadcoreboot-62c62885eac7e3d6e08b5b840116177a54d0c6ec.tar.gz
coreboot-62c62885eac7e3d6e08b5b840116177a54d0c6ec.tar.bz2
coreboot-62c62885eac7e3d6e08b5b840116177a54d0c6ec.zip
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 <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76086 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r--util/docker/coreboot-sdk/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index aacff9feaef2..55172f5fa9aa 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 \