util/docker/coreboot-jenkins-node: Install cmocka

flashrom uses cmocka for unit testing. Install it so that the CI can
use it.

Change-Id: I5c168e480d6f4cbfbbd175ecb035c88bfcbac00b
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67272
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2022-09-01 11:11:12 +02:00
parent 8076647864
commit b45b48de73
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ USER root
RUN apt-get -y update && \
apt-get -y install \
default-jre-headless \
libcmocka-dev \
liblua5.3-dev \
linkchecker \
lua5.3 \