the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add System Packages to OpenClaw Dockerfile

+10
+10
daytona/openclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \ 4 + openssh-client \ 5 + git \ 6 + curl \ 7 + ca-certificates \ 8 + gnupg \ 9 + unzip \ 10 + python3 \ 11 + build-essential 12 + 3 13 RUN curl -fsSL https://openclaw.ai/install.sh | bash || true