Add build-essential package to Dockerfile and update version in config.yaml to 0.5.28
This commit is contained in:
@@ -5,6 +5,7 @@ FROM ${BUILD_FROM}
|
|||||||
# that occur on Alpine (e.g. clipboard, node-llama-cpp).
|
# that occur on Alpine (e.g. clipboard, node-llama-cpp).
|
||||||
|
|
||||||
# Install base packages (without nodejs/npm - we'll get Node 22 from NodeSource)
|
# Install base packages (without nodejs/npm - we'll get Node 22 from NodeSource)
|
||||||
|
# build-essential provides gcc/cc needed by Homebrew for OpenClaw's brew-managed dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
bash \
|
bash \
|
||||||
git \
|
git \
|
||||||
@@ -19,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
python3 \
|
python3 \
|
||||||
nginx \
|
nginx \
|
||||||
gnupg \
|
gnupg \
|
||||||
|
build-essential \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: OpenClaw Assistant
|
name: OpenClaw Assistant
|
||||||
version: "0.5.27"
|
version: "0.5.28"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user