HA add-on: include python3 (needed by run.sh allowlist parsing)
This commit is contained in:
@@ -19,7 +19,8 @@ RUN apk add --no-cache \
|
|||||||
libgcc \
|
libgcc \
|
||||||
libatomic \
|
libatomic \
|
||||||
file \
|
file \
|
||||||
pax-utils
|
pax-utils \
|
||||||
|
python3
|
||||||
|
|
||||||
# Install Node.js 22+ (musl build) from unofficial builds.
|
# 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.
|
# Router/base image Alpine may ship an older libstdc++; we pull a newer libstdc++ from edge to satisfy Node's C++ symbols.
|
||||||
|
|||||||
Reference in New Issue
Block a user