Re: [PATCH] Dockerfile: Add fdisk

2025-04-10 Thread Tom Rini
On Thu, 10 Apr 2025 10:54:03 -0600, Tom Rini wrote: > 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. > > Applied to u-boot/master, thanks! [1/1] Dockerfile: Add fdisk

[PATCH] Dockerfile: Add fdisk

2025-04-10 Thread Tom Rini
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 --- tools/docker/Dockerfile