util/docker/coreboot-sdk: Add libcurl4 requirements for em100

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ia1cd7e12f12cb6d26a10fd358a3b32c31ce1c834
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37916
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Martin Roth 2019-12-23 15:07:03 -07:00 committed by Philipp Deppenwiese
parent d6db845f01
commit 92bc83674b
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ RUN \
gnat \
graphviz \
libcrypto++-dev \
libcurl4 \
libcurl4-openssl-dev \
libfreetype6-dev \
libftdi-dev \
libftdi1-dev \