diff --git a/openclaw_assistant/Dockerfile b/openclaw_assistant/Dockerfile index 6e56de2..3c3f6c9 100644 --- a/openclaw_assistant/Dockerfile +++ b/openclaw_assistant/Dockerfile @@ -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 \ diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index 02b1d44..0f6f70c 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -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