util/docker/coreboot-sdk: Add bsdextrautils & lcov

Add lcov for coverage calculations.
Add bsdextrautils for hexdump.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I421c59ce2d0d08bf5142dbc378eeea45b8b1d5b5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59019
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
This commit is contained in:
Martin Roth 2021-11-08 07:55:09 -07:00 committed by Martin Roth
parent 04c3228a5d
commit 93e6bbad3c
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN \
apt-get -qqy install \
bc \
bison \
bsdextrautils \
bzip2 \
ccache \
cmake \
@ -39,6 +40,7 @@ RUN \
gnat \
golang \
graphviz \
lcov \
libcrypto++-dev \
libcurl4 \
libcurl4-openssl-dev \