We don't use Python 2 anywhere. Remove the package from our Docker image.

Signed-off-by: Heinrich Schuchardt <[email protected]>
---
 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

Reply via email to