Skip to content

Commit 197a169

Browse files
author
techartdev
committed
Add Chromium installation for website automation and update version to 0.5.31
1 parent d2251fb commit 197a169

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

openclaw_assistant/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ RUN ARCH=$(echo ${TARGETARCH:-$(dpkg --print-architecture)} | sed 's|arm64|aarch
4141

4242
RUN node -v && npm -v
4343

44+
# Install Chromium for website automation tasks
45+
# Includes necessary dependencies for headless browser operation
46+
RUN apt-get update && apt-get install -y --no-install-recommends \
47+
chromium \
48+
chromium-driver \
49+
&& apt-get clean \
50+
&& rm -rf /var/lib/apt/lists/*
51+
4452
# Install Homebrew (Linuxbrew) for OpenClaw skill dependencies
4553
# Homebrew is required for installing CLI tools like gemini, aider, etc.
4654
ENV HOMEBREW_NO_AUTO_UPDATE=1 \

openclaw_assistant/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenClaw Assistant
2-
version: "0.5.30"
2+
version: "0.5.31"
33
slug: openclaw_assistant
44
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
55
url: https://github.com/techartdev/OpenClawHomeAssistant

0 commit comments

Comments
 (0)