HA add-on: include python3 (needed by run.sh allowlist parsing)

This commit is contained in:
TheLast
2026-01-27 21:14:14 +02:00
parent 8a32e304c9
commit bfba9f802b
+2 -1
View File
@@ -19,7 +19,8 @@ RUN apk add --no-cache \
libgcc \
libatomic \
file \
pax-utils
pax-utils \
python3
# Install Node.js 22+ (musl build) from unofficial builds.
# Router/base image Alpine may ship an older libstdc++; we pull a newer libstdc++ from edge to satisfy Node's C++ symbols.