Fix build: add compiler toolchain for node-llama-cpp (build-base, linux-headers); bump add-on to 0.5.21

This commit is contained in:
root
2026-02-01 03:27:39 +02:00
parent 6e3bdbf573
commit 4353c82f03
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ RUN apk add --no-cache \
nginx \ nginx \
ttyd \ ttyd \
make \ make \
cmake cmake \
build-base \
linux-headers
# 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.
+1 -1
View File
@@ -1,5 +1,5 @@
name: OpenClaw Assistant name: OpenClaw Assistant
version: "0.5.20" version: "0.5.21"
slug: openclaw_assistant slug: openclaw_assistant
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on. description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/OpenClawHomeAssistant url: https://github.com/techartdev/OpenClawHomeAssistant