File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ RUN ARCH=$(echo ${TARGETARCH:-$(dpkg --print-architecture)} | sed 's|arm64|aarch
4141
4242RUN 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.
4654ENV HOMEBREW_NO_AUTO_UPDATE=1 \
Original file line number Diff line number Diff line change 11name : OpenClaw Assistant
2- version : " 0.5.30 "
2+ version : " 0.5.31 "
33slug : openclaw_assistant
44description : Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
55url : https://github.com/techartdev/OpenClawHomeAssistant
You can’t perform that action at this time.
0 commit comments