Fix build on Alpine: omit OpenClaw optional deps (skip node-llama-cpp); bump add-on to 0.5.14
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user