aboutsummaryrefslogtreecommitdiff
path: root/util/docker
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2018-01-22 21:29:06 -0700
committerMartin Roth <martinroth@google.com>2018-01-24 17:42:47 +0000
commitbf78d07feb3bc6fd75c9e63c62fcda6025856548 (patch)
tree5c155a713f3ed6b833bed4d00acd22f700c84670 /util/docker
parent24079323d4d83db4ce0ff0646309bd644b53aa76 (diff)
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>
Diffstat (limited to 'util/docker')
-rw-r--r--util/docker/coreboot-sdk/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 505bef20f9..a954444f73 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -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 \