util/docker: Update coreboot-sdk Dockerfile for new debian image
libssl1.0-dev is no longer available: - Update to libssl-dev - Add libcrypto++-dev to provide additional crypto libraries not available in libssl-dev. Change-Id: Ie10e14ebf7ae849301302008ee6ffeec1f40ccab Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32217 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
c4f3972f2e
commit
d727fb5035
|
@ -36,6 +36,7 @@ RUN \
|
|||
git \
|
||||
gnat \
|
||||
graphviz \
|
||||
libcrypto++-dev \
|
||||
libfreetype6-dev \
|
||||
libftdi-dev \
|
||||
libftdi1-dev \
|
||||
|
@ -46,7 +47,7 @@ RUN \
|
|||
libncurses5-dev \
|
||||
libpci-dev \
|
||||
libreadline-dev \
|
||||
libssl1.0-dev \
|
||||
libssl-dev \
|
||||
libusb-1.0-0-dev \
|
||||
libusb-dev \
|
||||
libxml2-dev \
|
||||
|
|
Loading…
Reference in New Issue