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 || true instead of | true in Dockerfile

+1 -1
+1 -1
apps/cf-sandbox/deploy/gemini/Dockerfile
··· 42 42 43 43 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 44 44 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 45 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc | true 45 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 46 46 47 47 RUN case "${TARGETARCH}" in \ 48 48 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \