Add custom OpenClaw image

This commit is contained in:
cgie
2026-07-11 18:31:12 +02:00
commit 7ad956a36c
3 changed files with 40 additions and 0 deletions

14
Dockerfile Normal file
View File

@@ -0,0 +1,14 @@
FROM ghcr.io/openclaw/openclaw:latest
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash \
ca-certificates \
curl \
git \
openssh-client \
&& rm -rf /var/lib/apt/lists/*
USER node