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>
This commit is contained in:
parent
c32c054cc4
commit
67403ed6e4
|
@ -35,13 +35,13 @@ RUN \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
gnat-6 \
|
gnat-6 \
|
||||||
|
graphviz \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libftdi-dev \
|
libftdi-dev \
|
||||||
libftdi1-dev \
|
libftdi1-dev \
|
||||||
libglib2.0-dev \
|
libglib2.0-dev \
|
||||||
libgmp-dev \
|
libgmp-dev \
|
||||||
libgmp-dev \
|
|
||||||
libisl-dev \
|
libisl-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libncurses5-dev \
|
libncurses5-dev \
|
||||||
|
@ -57,7 +57,6 @@ RUN \
|
||||||
msitools \
|
msitools \
|
||||||
nasm \
|
nasm \
|
||||||
openssl \
|
openssl \
|
||||||
p7zip-full \
|
|
||||||
patch \
|
patch \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python \
|
python \
|
||||||
|
@ -66,7 +65,6 @@ RUN \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
subversion \
|
subversion \
|
||||||
unifont \
|
unifont \
|
||||||
unrar-free \
|
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
vim-common \
|
vim-common \
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in New Issue