From fce08d78837431a3309d2b8705555fd81bd09c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Thu, 25 Apr 2024 10:35:23 +0200 Subject: util/docker/coreboot-sdk: Remove libcurl4 from the package list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/82066 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- util/docker/coreboot-sdk/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 \ -- cgit v1.2.3