summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2024-04-25 10:35:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-04-26 23:00:19 +0000
commitfce08d78837431a3309d2b8705555fd81bd09c29 (patch)
tree4a2da8fc1f7f778d25e039085f2fa33daee9e80f
parentc96201acb1d16dea90d2f8477f694346e0829dd6 (diff)
downloadcoreboot-main.tar.gz
coreboot-main.tar.bz2
coreboot-main.zip
util/docker/coreboot-sdk: Remove libcurl4 from the package listmain
When installing the packages, apt-get returns an error about holding broken packages. It occurs the diffutils depends on libcurl4t64 which breaks the libcurl4. As a solution, remove the libcurl4 from the list, and let the package manager resolve the dependencies. TEST=Build coreboot-sdk Change-Id: Iabc4f74619d4462317d8adb4068e50135d89d80e Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82066 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r--util/docker/coreboot-sdk/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index ecada143b39f..e19fc4d3d48e 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -42,7 +42,6 @@ RUN \
less \
libcapture-tiny-perl \
libcrypto++-dev \
- libcurl4 \
libcurl4-openssl-dev \
libdatetime-perl \
libelf-dev \