From 18ef7d4a6f3603d661dca715389ac82e5dc9d7e5 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Tue, 15 Apr 2025 14:54:37 -0400 Subject: [PATCH] Add python-venv to dockerfile The image includes esphome (thanks!), but compiling libretiny firmwares requires virtual environments. --- 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 \