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:
Martin Roth 2019-04-05 09:53:16 -06:00
parent c4f3972f2e
commit d727fb5035
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ RUN \
git \ git \
gnat \ gnat \
graphviz \ graphviz \
libcrypto++-dev \
libfreetype6-dev \ libfreetype6-dev \
libftdi-dev \ libftdi-dev \
libftdi1-dev \ libftdi1-dev \
@ -46,7 +47,7 @@ RUN \
libncurses5-dev \ libncurses5-dev \
libpci-dev \ libpci-dev \
libreadline-dev \ libreadline-dev \
libssl1.0-dev \ libssl-dev \
libusb-1.0-0-dev \ libusb-1.0-0-dev \
libusb-dev \ libusb-dev \
libxml2-dev \ libxml2-dev \