diff options
author | Martin Roth <martin@coreboot.org> | 2019-12-23 15:07:03 -0700 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2019-12-27 17:09:41 +0000 |
commit | 92bc83674bd5740768c719be2e9402daf9ef27a7 (patch) | |
tree | 7e3bc37966b8a3fd004c8fda31d5214683bb4bcf /util/docker | |
parent | d6db845f013ae69e72cc36c2bf657fe34d4855d6 (diff) |
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/docker')
-rw-r--r-- | util/docker/coreboot-sdk/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index ffb7c708cd..2e8fe38ccc 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 \ |