From: Heinrich Schuchardt Date: Wed, 29 Oct 2025 13:48:33 +0000 (+0100) Subject: Dockerfile: remove Python 2.7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da7942de29f7f033a676a099335b16ca9b0226ab;p=thirdparty%2Fu-boot.git Dockerfile: remove Python 2.7 We don't use Python 2 anywhere. Remove the package from our Docker image. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index a952df86372..5d2f6375e36 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -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 \