util/docker: Add sdcc to our build nodes

core-ec will need it.

Change-Id: Id7d677a6f92ce266f893372a2540d77abb613707
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46940
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Patrick Georgi 2020-10-29 10:21:45 +01:00
parent 6065f616eb
commit 0a9eea0f5b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ USER root
RUN apt-get -y update && \
apt-get -y install \
meson ninja-build \
sdcc \
lua5.3 liblua5.3-dev default-jre-headless openssh-server && \
apt-get clean