coreboot-sdk/Dockerfile: Add 'gettext' and 'xfonts-unifont'

Required for building grub2.

BUG=N/A
TEST=Build successfully for 'QEMU x86 i440fx/piix4' with GRUB2 payload.

Change-Id: I97860f33dd3fde2f6db2f005d65b53cd669403e9
Signed-off-by: Harrie Paijmans <hpaijmans@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83676
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Harrie Paijmans 2024-07-29 13:11:42 +02:00 committed by Martin L Roth
parent 4d90a33a31
commit fda9741ff9

View File

@ -33,6 +33,7 @@ RUN \
g++ \ g++ \
gawk \ gawk \
gcc \ gcc \
gettext \
git \ git \
gnat \ gnat \
golang \ golang \
@ -86,6 +87,7 @@ RUN \
uuid-dev \ uuid-dev \
vim-common \ vim-common \
wget \ wget \
xfonts-unifont \
xz-utils \ xz-utils \
zlib1g-dev \ zlib1g-dev \
&& apt-get clean && apt-get clean