Martin Roth has uploaded this change for review.

View Change

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

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ia1cd7e12f12cb6d26a10fd358a3b32c31ce1c834
---
M util/docker/coreboot-sdk/Dockerfile
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/37916/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index ffb7c70..2e8fe38 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -37,6 +37,8 @@
gnat \
graphviz \
libcrypto++-dev \
+ libcurl4 \
+ libcurl4-openssl-dev \
libfreetype6-dev \
libftdi-dev \
libftdi1-dev \

To view, visit change 37916. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia1cd7e12f12cb6d26a10fd358a3b32c31ce1c834
Gerrit-Change-Number: 37916
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth@google.com>
Gerrit-MessageType: newchange