From dbc3251cd57bc86bf277f4d5417cb298a11d1b1a Mon Sep 17 00:00:00 2001 From: Marius Ensrud <37156811+m4r1u2@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:34:43 +0100 Subject: [PATCH] update docker --- charts/openclaw/image/Dockerfile | 14 ++++++++++++-- charts/openclaw/image/VERSION | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/charts/openclaw/image/Dockerfile b/charts/openclaw/image/Dockerfile index 3aba7d4..944eba0 100644 --- a/charts/openclaw/image/Dockerfile +++ b/charts/openclaw/image/Dockerfile @@ -1,10 +1,11 @@ # syntax=docker/dockerfile:1.4 -FROM --platform=linux/amd64 ghcr.io/openclaw/openclaw:latest +FROM --platform=linux/amd64 ghcr.io/openclaw/openclaw:main USER root # Install everything in a single layer to reduce layer count RUN apt-get update && apt-get install -y --no-install-recommends \ python3-pip \ + python3.11-venv \ jq \ gh \ && rm -rf /var/lib/apt/lists/* \ @@ -12,6 +13,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ google-auth \ google-auth-oauthlib \ google-api-python-client \ - uv + uv \ + scrapling \ + playwright \ + beautifulsoup4 \ + requests \ + yt-dlp \ + moviepy \ + pillow \ + pydub \ + elevenlabs USER node diff --git a/charts/openclaw/image/VERSION b/charts/openclaw/image/VERSION index aabe6ec..a45fd52 100644 --- a/charts/openclaw/image/VERSION +++ b/charts/openclaw/image/VERSION @@ -1 +1 @@ -21 +24