]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Dockerfile: remove Python 2.7
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 29 Oct 2025 13:48:33 +0000 (14:48 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 17:01:54 +0000 (11:01 -0600)
We don't use Python 2 anywhere. Remove the package from our Docker image.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/docker/Dockerfile

index a952df863729b67a61bb9398c2200d623f69f730..5d2f6375e363f84e95331dfa6b6fff2b1be75aec 100644 (file)
@@ -120,7 +120,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
        parted \
        pkg-config \
        python-is-python3 \
-       python2.7 \
        python3 \
        python3-cryptography \
        python3-dev \