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:
Martin Roth 2018-01-22 21:29:06 -07:00
parent 24079323d4
commit bf78d07feb
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ RUN \
libyaml-dev \ libyaml-dev \
m4 \ m4 \
make \ make \
msitools \
nasm \ nasm \
openssl \ openssl \
p7zip-full \ p7zip-full \
@ -59,6 +60,7 @@ RUN \
pkg-config \ pkg-config \
python \ python \
qemu \ qemu \
rsync \
shellcheck \ shellcheck \
subversion \ subversion \
unifont \ unifont \