Dockerfile: Add fdisk
authorTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 16:54:03 +0000 (10:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 17:06:50 +0000 (11:06 -0600)
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@konsulko.com>
tools/docker/Dockerfile

index c8a39ac..182560e 100644 (file)
@@ -78,6 +78,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
        exfatprogs \
        expect \
        fakeroot \
+       fdisk \
        flex \
        gawk \
        gdisk \