]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Dockerfile: Include python3-tk for FATtools
authorTom Rini <trini@konsulko.com>
Thu, 13 Nov 2025 22:09:56 +0000 (16:09 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 26 Nov 2025 15:39:42 +0000 (09:39 -0600)
In some cases our tests for exFAT don't run because we fail to be able
to create the underlying image. This is in turn because while creation
of the image succeeds, it seems that some way of how we invoke FATtools
wants to import tkinter, that fails and so the test stops there. Having
tkinter available (and then presumably a fallback to non-GUI because
it's not available) leads to the tests running as expected.

Reviewed-by: Marek Vasut <marek.vasut@mailbox.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile

index 92be7f763417bec9cd241ab41d8b235715e7273d..f98b42e73570884875757a2a2e4c5ad15e4b9183 100644 (file)
@@ -126,6 +126,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
        python3-pip \
        python3-pyelftools \
        python3-sphinx \
+       python3-tk \
        python3-tomli \
        python3-venv \
        rpm2cpio \