diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2024-04-25 10:35:23 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-26 23:00:19 +0000 |
commit | fce08d78837431a3309d2b8705555fd81bd09c29 (patch) | |
tree | 4a2da8fc1f7f778d25e039085f2fa33daee9e80f /util | |
parent | c96201acb1d16dea90d2f8477f694346e0829dd6 (diff) |
util/docker/coreboot-sdk: Remove libcurl4 from the package list
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>
Diffstat (limited to 'util')
-rw-r--r-- | util/docker/coreboot-sdk/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index ecada143b3..e19fc4d3d4 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 \ |