From d795dd104a7a5d44b50ad8c5bfb8d1741057e59f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 7 Feb 2024 17:50:31 -0600 Subject: [PATCH] Install mtools The *mtools* package contains `mcopy` et al. utilities, which are used by `genimage` to create DOS filesystem images. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 9260522..1d7ee6e 100644 --- a/Containerfile +++ b/Containerfile @@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/var/cache \ dosfstools \ gettext-envsubst \ libconfuse \ + mtools \ squashfs-tools \ tar \ zstd \