mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
committed by
Tom Rini
parent
7babc31ddf
commit
da7942de29
@@ -120,7 +120,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||||||
parted \
|
parted \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
python2.7 \
|
|
||||||
python3 \
|
python3 \
|
||||||
python3-cryptography \
|
python3-cryptography \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user