From af654c84fa9f2641b6b3474106d8ee7b7215fb87 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Tue, 15 Apr 2025 20:51:34 -0400 Subject: [PATCH] Add python-venv to dockerfile (#954) --- vscode/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 7bd699e..7deea8f 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -41,6 +41,7 @@ RUN \ openssh-client=1:9.2p1-2+deb12u5 \ openssl=3.0.15-1~deb12u1 \ python3-dev=3.11.2-1+b1 \ + python3-venv=3.11.2-1+b1 \ python3=3.11.2-1+b1 \ unzip=6.0-28 \ uuid-runtime=2.38.1-5+deb12u1 \