[PATCH] Dockerfile: Add fdisk
Tom Rini
trini at konsulko.com
Thu Apr 10 18:54:03 CEST 2025
We had previously gotten this package through a chain of dependencies
with guestfs-tools. Now that we no longer install that package, install
fdisk (for sfdisk) directly.
Fixes: eb1b90ec57a4 ("Dockerfile: Update to drop virt-make-fs packages")
Signed-off-by: Tom Rini <trini at konsulko.com>
---
tools/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 589397bc1a23..a0fd174ff602 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -78,6 +78,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
exfatprogs \
expect \
fakeroot \
+ fdisk \
flex \
gawk \
gdisk \
--
2.43.0
More information about the U-Boot
mailing list