Add Chromium installation for website automation and update version to 0.5.31
This commit is contained in:
@@ -41,6 +41,14 @@ RUN ARCH=$(echo ${TARGETARCH:-$(dpkg --print-architecture)} | sed 's|arm64|aarch
|
|||||||
|
|
||||||
RUN node -v && npm -v
|
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
|
# Install Homebrew (Linuxbrew) for OpenClaw skill dependencies
|
||||||
# Homebrew is required for installing CLI tools like gemini, aider, etc.
|
# Homebrew is required for installing CLI tools like gemini, aider, etc.
|
||||||
ENV HOMEBREW_NO_AUTO_UPDATE=1 \
|
ENV HOMEBREW_NO_AUTO_UPDATE=1 \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: OpenClaw Assistant
|
name: OpenClaw Assistant
|
||||||
version: "0.5.30"
|
version: "0.5.31"
|
||||||
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