From d16badfda11eeb5cdc602e2d75101c0a3bdfd97c Mon Sep 17 00:00:00 2001 From: SAGE Date: Thu, 29 Jan 2026 22:58:38 +0800 Subject: [PATCH] Python enabled --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index da932984f..d5a36b55a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ nodejs \ python3 \ python3-pip \ + python3-venv \ + pipx \ git \ curl \ wget \