fix Add-on build errors

- bump python to version 3.12.9-r0
- fix workspace path for VSCode
This commit is contained in:
Stefan Allius
2025-03-23 23:38:12 +01:00
committed by GitHub
parent 5d1ee60baf
commit 45abc69ffb
3 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ ADDON_PATH = ha_addon
DST=$(ADDON_PATH)/rootfs
DST_PROXY=$(DST)/home/proxy
INST_BASE=../../ha-addons/ha-addons
# base director of the add-on repro for installing the add-on git repros
INST_BASE=../../ha-addons
TEMPL=templates

View File

@@ -18,7 +18,7 @@ ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.1"
FROM $BUILD_FROM AS base
# Installiere Python, pip und virtuelle Umgebungstools
RUN apk add --no-cache python3=3.12.8-r1 py3-pip=24.3.1-r0 && \
RUN apk add --no-cache python3=3.12.9-r0 py3-pip=24.3.1-r0 && \
python -m venv /opt/venv && \
. /opt/venv/bin/activate

View File

@@ -4,11 +4,11 @@
"path": "."
},
{
"path": "../wiki"
"path": "../tsun-gen3-proxy.wiki"
},
{
"name": "ha-addons",
"path": "../ha-addons/ha-addons"
"path": "../ha-addons"
}
],
"settings": {}