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 \
|
||||
pkg-config \
|
||||
python-is-python3 \
|
||||
python2.7 \
|
||||
python3 \
|
||||
python3-cryptography \
|
||||
python3-dev \
|
||||
|
||||
Reference in New Issue
Block a user