Dockerfile: remove Python 2.7

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>
This commit is contained in:
Heinrich Schuchardt
2025-10-29 14:48:33 +01:00
committed by Tom Rini
parent 7babc31ddf
commit da7942de29

View 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 \