From: Paul Spooren Date: Thu, 26 Sep 2024 09:34:33 +0000 (+0200) Subject: buildworker: Drop installation of Python 2 X-Git-Tag: v17^0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f5e8661435580499282e4670a4a2deb72f7ef4b2;p=buildbot.git buildworker: Drop installation of Python 2 Old releases of OpenWrt would require it but that's something of the past - time is running. Signed-off-by: Paul Spooren --- diff --git a/docker/buildworker/Dockerfile b/docker/buildworker/Dockerfile index e6d7594..28a30db 100644 --- a/docker/buildworker/Dockerfile +++ b/docker/buildworker/Dockerfile @@ -29,7 +29,6 @@ RUN \ locales \ pv \ pwgen \ - python \ python3 \ python3-venv \ python3-pip \