util/docker/coreboot-sdk: Add msitools & rsync
- The em100 project needs msitools. - Flashrom uses rsync. Change-Id: Ie01064adede25471a860bc22c0a59b31202b56c2 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/23369 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
24079323d4
commit
bf78d07feb
|
@ -52,6 +52,7 @@ RUN \
|
|||
libyaml-dev \
|
||||
m4 \
|
||||
make \
|
||||
msitools \
|
||||
nasm \
|
||||
openssl \
|
||||
p7zip-full \
|
||||
|
@ -59,6 +60,7 @@ RUN \
|
|||
pkg-config \
|
||||
python \
|
||||
qemu \
|
||||
rsync \
|
||||
shellcheck \
|
||||
subversion \
|
||||
unifont \
|
||||
|
|
Loading…
Reference in New Issue