summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-12-23 15:07:03 -0700
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2019-12-27 17:09:41 +0000
commit92bc83674bd5740768c719be2e9402daf9ef27a7 (patch)
tree7e3bc37966b8a3fd004c8fda31d5214683bb4bcf /util
parentd6db845f013ae69e72cc36c2bf657fe34d4855d6 (diff)
downloadcoreboot-92bc83674bd5740768c719be2e9402daf9ef27a7.tar.gz
coreboot-92bc83674bd5740768c719be2e9402daf9ef27a7.tar.bz2
coreboot-92bc83674bd5740768c719be2e9402daf9ef27a7.zip
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>
Diffstat (limited to 'util')
-rw-r--r--util/docker/coreboot-sdk/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index ffb7c708cd6f..2e8fe38ccc14 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -37,6 +37,8 @@ RUN \
gnat \
graphviz \
libcrypto++-dev \
+ libcurl4 \
+ libcurl4-openssl-dev \
libfreetype6-dev \
libftdi-dev \
libftdi1-dev \