Fix build on Alpine: omit OpenClaw optional deps (skip node-llama-cpp); bump add-on to 0.5.14

This commit is contained in:
root
2026-02-01 02:54:35 +02:00
parent b958a38360
commit 3fbee684f8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ RUN set -eu; \
# Install OpenClaw globally
RUN npm config set fund false && npm config set audit false \
&& npm install -g openclaw@2026.1.30
&& npm config set omit optional \
&& NPM_CONFIG_OMIT=optional npm install -g --omit=optional openclaw@2026.1.30
COPY run.sh /run.sh
COPY nginx.conf.tpl /etc/nginx/nginx.conf.tpl
+1 -1
View File
@@ -1,5 +1,5 @@
name: OpenClaw Assistant
version: "0.5.13"
version: "0.5.14"
slug: openclaw_assistant
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/OpenClawHomeAssistant