util/docker/coreboot-sdk: Add packages required to build LinuxBoot

Add golang and libelf-dev so LinuxBoot can be built from the
coreboot-sdk docker container.

BUG=N/A
TEST=build

Change-Id: I7a156fc24a6040d73467e06c16139bf298a29740
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38751
Tested-by: Martin Roth <martinroth@google.com>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Wim Vervoorn 2020-02-03 15:59:07 +01:00 committed by Martin Roth
parent ec12bd011b
commit 01bfa53f77
1 changed files with 2 additions and 0 deletions

View File

@ -35,10 +35,12 @@ RUN \
gcc \
git \
gnat \
golang \
graphviz \
libcrypto++-dev \
libcurl4 \
libcurl4-openssl-dev \
libelf-dev \
libfreetype6-dev \
libftdi-dev \
libftdi1-dev \