Docker: pin apk repositories for build deps (cmake/build-base); bump add-on to 0.5.17

This commit is contained in:
root
2026-02-01 03:07:26 +02:00
parent 626d157a3f
commit 5d707fab62
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -5,7 +5,11 @@ FROM ${BUILD_FROM}
# OpenClaw requires Node 20+, so we install a Node 20 musl build directly.
ARG NODE_VERSION=22.12.0
# NOTE: HA add-on base images sometimes ship with a limited /etc/apk/repositories.
# We explicitly enable Alpine main+community to ensure cmake/build-base are available.
RUN apk add --no-cache \
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/main \
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/community \
bash \
git \
openssh-client \