[PATCH 1/2] ci: container: add FAT image tools to container
Ahmad Fatoum <[email protected]> Fri, 26 Jun 2026 13:31:22 +0200
| Newsgroups | org.infradead.lists.barebox |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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