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:
parent
04c3228a5d
commit
93e6bbad3c
|
@ -21,6 +21,7 @@ RUN \
|
||||||
apt-get -qqy install \
|
apt-get -qqy install \
|
||||||
bc \
|
bc \
|
||||||
bison \
|
bison \
|
||||||
|
bsdextrautils \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
|
@ -39,6 +40,7 @@ RUN \
|
||||||
gnat \
|
gnat \
|
||||||
golang \
|
golang \
|
||||||
graphviz \
|
graphviz \
|
||||||
|
lcov \
|
||||||
libcrypto++-dev \
|
libcrypto++-dev \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
|
|
Loading…
Reference in New Issue