[PATCH 1/2] ci: container: add FAT image tools to container

Ahmad Fatoum a.fatoum at barebox.org
Fri Jun 26 04:31:22 PDT 2026


To prepare testing the FAT implementation in future, make the required
host tools explicit in the test container instead of relying on
transitive dependencies.

Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
 test/Containerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/Containerfile b/test/Containerfile
index 23616886d41b..89c975cfbfa0 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
 	bison \
 	build-essential \
 	coreutils \
+	dosfstools \
 	flex \
 	gawk \
 	git \
@@ -32,6 +33,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
 	lzma-alone \
 	lzop \
 	mount \
+	mtools \
 	musl-tools \
 	openssl \
 	pkg-config \
-- 
2.47.3




More information about the barebox mailing list