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.

Use sudo for apt-get in daytona Dockerfiles

+4 -4
+1 -1
daytona/nullclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 - RUN apt-get update && apt-get install -y wget 3 + RUN sudo apt-get update && sudo apt-get install -y wget 4 4 5 5 RUN case "${TARGETARCH}" in \ 6 6 amd64) NULLCLAW_ARCH="x86_64" ;; \
+1 -1
daytona/opencrust/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 - RUN apt-get update && apt-get install -y wget 3 + RUN sudo apt-get update && sudo apt-get install -y wget 4 4 5 5 RUN case "${TARGETARCH}" in \ 6 6 amd64) OPENCRUST_ARCH="x86_64" ;; \
+1 -1
daytona/picoclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 - RUN apt-get update && apt-get install -y wget 3 + RUN sudo apt-get update && sudo apt-get install -y wget 4 4 5 5 RUN case "${TARGETARCH}" in \ 6 6 amd64) PICOCLAW_ARCH="x86_64" ;; \
+1 -1
daytona/zeroclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 - RUN apt-get update && apt-get install -y wget 3 + RUN sudo apt-get update && sudo apt-get install -y wget 4 4 5 5 RUN case "${TARGETARCH}" in \ 6 6 amd64) ZEROCLAW_ARCH="x86_64" ;; \