docker/coreboot-jenkins-node: Add GNU parallel

Change-Id: I958e65f3c758e7e46d6b628a05009c1b4727d40a
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50087
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi 2021-01-28 21:22:26 +01:00
parent ca71e135bc
commit 2fae1c0494
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 \
parallel \
meson ninja-build \
sdcc \
lua5.3 liblua5.3-dev default-jre-headless openssh-server && \