mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Add python-venv to dockerfile
The image includes esphome (thanks!), but compiling libretiny firmwares requires virtual environments.
This commit is contained in:
parent
af38f1b5c1
commit
18ef7d4a6f
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue