[PATCH 1/1] Dockerfile: remove Python 2.7
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Oct 29 14:48:33 CET 2025
We don't use Python 2 anywhere. Remove the package from our Docker image.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
tools/docker/Dockerfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 5b4c75f8400..95ce1fdc6cc 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-dev \
python3-pip \
--
2.51.0
More information about the U-Boot
mailing list