diff options
author | Martin Roth <gaumless@gmail.com> | 2018-05-18 21:53:24 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-21 13:21:39 +0000 |
commit | 67403ed6e43a0c0f5b2911f68c0f8161d24575b6 (patch) | |
tree | f89a130e00996e82c24c94a3c6dfdac56f53532a /util/docker | |
parent | c32c054cc41aa68be08aa4b993b471d434e1a63e (diff) |
util/docker: Update coreboot-sdk dockerfile dependencies list
- Remove archive utilities no longer needed by EM100 build
- Remove duplicate libgmp-dev entry
- Add graphviz needed for doxygen builds
Tested building to verify dependencies:
coreboot(what-jenkins-does), em100, chromeec, flashrom, SeaBIOS, TINT,
memtest86+, tianocore, doxygen, ipxe, FILO, GRUB, libpayload,
depthcharge
Tested ROM in QEMU
Change-Id: Idb5cf43807706b3298ee08f6707f495d3a79abb6
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/26393
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/docker')
-rw-r--r-- | util/docker/coreboot-sdk/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 688be3ba84..6c590dfe9f 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -35,13 +35,13 @@ RUN \ gcc \ git \ gnat-6 \ + graphviz \ libelf-dev \ libfreetype6-dev \ libftdi-dev \ libftdi1-dev \ libglib2.0-dev \ libgmp-dev \ - libgmp-dev \ libisl-dev \ liblzma-dev \ libncurses5-dev \ @@ -57,7 +57,6 @@ RUN \ msitools \ nasm \ openssl \ - p7zip-full \ patch \ pkg-config \ python \ @@ -66,7 +65,6 @@ RUN \ shellcheck \ subversion \ unifont \ - unrar-free \ uuid-dev \ vim-common \ wget \ |