Add Chromium installation for website automation and update version to 0.5.31

This commit is contained in:
techartdev
2026-02-03 23:31:17 +02:00
parent d2251fb4d8
commit 197a1692f5
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -41,6 +41,14 @@ RUN ARCH=$(echo ${TARGETARCH:-$(dpkg --print-architecture)} | sed 's|arm64|aarch
RUN node -v && npm -v
# Install Chromium for website automation tasks
# Includes necessary dependencies for headless browser operation
RUN apt-get update && apt-get install -y --no-install-recommends \
chromium \
chromium-driver \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Install Homebrew (Linuxbrew) for OpenClaw skill dependencies
# Homebrew is required for installing CLI tools like gemini, aider, etc.
ENV HOMEBREW_NO_AUTO_UPDATE=1 \
+1 -1
View File
@@ -1,5 +1,5 @@
name: OpenClaw Assistant
version: "0.5.30"
version: "0.5.31"
slug: openclaw_assistant
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/OpenClawHomeAssistant