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:
parent
d6db845f01
commit
92bc83674b
|
@ -37,6 +37,8 @@ RUN \
|
|||
gnat \
|
||||
graphviz \
|
||||
libcrypto++-dev \
|
||||
libcurl4 \
|
||||
libcurl4-openssl-dev \
|
||||
libfreetype6-dev \
|
||||
libftdi-dev \
|
||||
libftdi1-dev \
|
||||
|
|
Loading…
Reference in New Issue