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.

Install Zerobrew in sandbox and daytona Dockerfiles

+106
+3
apps/cf-sandbox/deploy/amp/Dockerfile
··· 96 96 rm /tmp/zoxide.tar.gz && \ 97 97 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 98 98 99 + 100 + RUN curl -fsSL https://zerobrew.rs/install | bash 101 + 99 102 WORKDIR /workspace 100 103 101 104 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/claude/Dockerfile
··· 98 98 rm /tmp/zoxide.tar.gz && \ 99 99 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 100 100 101 + RUN curl -fsSL https://zerobrew.rs/install | bash 102 + 101 103 WORKDIR /workspace 102 104 103 105 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/codex/Dockerfile
··· 97 97 rm /tmp/zoxide.tar.gz && \ 98 98 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 99 99 100 + RUN curl -fsSL https://zerobrew.rs/install | bash 101 + 100 102 WORKDIR /workspace 101 103 102 104 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/copilot/Dockerfile
··· 98 98 rm /tmp/zoxide.tar.gz && \ 99 99 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 100 100 101 + RUN curl -fsSL https://zerobrew.rs/install | bash 102 + 101 103 WORKDIR /workspace 102 104 103 105 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/crush/Dockerfile
··· 92 92 rm /tmp/zoxide.tar.gz && \ 93 93 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 94 94 95 + RUN curl -fsSL https://zerobrew.rs/install | bash 96 + 95 97 WORKDIR /workspace 96 98 97 99 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/docker/Dockerfile
··· 134 134 rm /tmp/zoxide.tar.gz && \ 135 135 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 136 136 137 + RUN curl -fsSL https://zerobrew.rs/install | bash 138 + 137 139 WORKDIR /workspace 138 140 139 141 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/gemini/Dockerfile
··· 98 98 rm /tmp/zoxide.tar.gz && \ 99 99 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 100 100 101 + RUN curl -fsSL https://zerobrew.rs/install | bash 102 + 101 103 WORKDIR /workspace 102 104 103 105 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/kilo/Dockerfile
··· 98 98 rm /tmp/zoxide.tar.gz && \ 99 99 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 100 100 101 + RUN curl -fsSL https://zerobrew.rs/install | bash 102 + 101 103 WORKDIR /workspace 102 104 103 105 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/kiro/Dockerfile
··· 98 98 rm /tmp/zoxide.tar.gz && \ 99 99 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 100 100 101 + RUN curl -fsSL https://zerobrew.rs/install | bash 102 + 101 103 WORKDIR /workspace 102 104 103 105 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/mise/Dockerfile
··· 67 67 rm /tmp/zoxide.tar.gz && \ 68 68 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 69 69 70 + RUN curl -fsSL https://zerobrew.rs/install | bash 71 + 70 72 WORKDIR /workspace 71 73 72 74 EXPOSE 8080
+2
apps/cf-sandbox/deploy/nanoclaw/Dockerfile
··· 134 134 rm /tmp/zoxide.tar.gz && \ 135 135 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 136 136 137 + RUN curl -fsSL https://zerobrew.rs/install | bash 138 + 137 139 WORKDIR /workspace 138 140 139 141 RUN git clone https://github.com/qwibitai/nanoclaw.git
+2
apps/cf-sandbox/deploy/nix/Dockerfile
··· 88 88 rm /tmp/zoxide.tar.gz && \ 89 89 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 90 90 91 + RUN curl -fsSL https://zerobrew.rs/install | bash 92 + 91 93 WORKDIR /workspace 92 94 93 95 EXPOSE 8080
+2
apps/cf-sandbox/deploy/nullclaw/Dockerfile
··· 104 104 rm /tmp/zoxide.tar.gz && \ 105 105 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 106 106 107 + RUN curl -fsSL https://zerobrew.rs/install | bash 108 + 107 109 WORKDIR /workspace 108 110 109 111 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/openclaw/Dockerfile
··· 98 98 rm /tmp/zoxide.tar.gz && \ 99 99 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 100 100 101 + RUN curl -fsSL https://zerobrew.rs/install | bash 102 + 101 103 WORKDIR /workspace 102 104 103 105 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/opencode/Dockerfile
··· 97 97 rm /tmp/zoxide.tar.gz && \ 98 98 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 99 99 100 + RUN curl -fsSL https://zerobrew.rs/install | bash 101 + 100 102 WORKDIR /workspace 101 103 102 104 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/opencrust/Dockerfile
··· 100 100 rm /tmp/zoxide.tar.gz && \ 101 101 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 102 102 103 + RUN curl -fsSL https://zerobrew.rs/install | bash 104 + 103 105 WORKDIR /workspace 104 106 105 107 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/picoclaw/Dockerfile
··· 108 108 rm /tmp/zoxide.tar.gz && \ 109 109 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 110 110 111 + RUN curl -fsSL https://zerobrew.rs/install | bash 112 + 111 113 WORKDIR /workspace 112 114 113 115 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/pkgx/Dockerfile
··· 75 75 rm /tmp/zoxide.tar.gz && \ 76 76 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 77 77 78 + RUN curl -fsSL https://zerobrew.rs/install | bash 79 + 78 80 WORKDIR /workspace 79 81 80 82 EXPOSE 8080
+2
apps/cf-sandbox/deploy/wasmer/Dockerfile
··· 99 99 rm /tmp/zoxide.tar.gz && \ 100 100 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 101 101 102 + RUN curl -fsSL https://zerobrew.rs/install | bash 103 + 102 104 WORKDIR /workspace 103 105 104 106 ENV COMMAND_TIMEOUT_MS 300000
+2
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 101 101 rm /tmp/zoxide.tar.gz && \ 102 102 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 103 103 104 + RUN curl -fsSL https://zerobrew.rs/install | bash 105 + 104 106 WORKDIR /workspace 105 107 106 108 ENV COMMAND_TIMEOUT_MS 300000
+2
daytona/amp/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/claude/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/codex/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/copilot/Dockerfile
··· 29 29 rm /tmp/zoxide.tar.gz && \ 30 30 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 31 31 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 32 + 33 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/crush/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/gemini/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/kilo/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/kiro/Dockerfile
··· 27 27 rm /tmp/zoxide.tar.gz && \ 28 28 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 29 29 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 30 + 31 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/mise/Dockerfile
··· 26 26 rm /tmp/zoxide.tar.gz && \ 27 27 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 28 28 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 29 + 30 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/nix/Dockerfile
··· 29 29 rm /tmp/zoxide.tar.gz && \ 30 30 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 31 31 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 32 + 33 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/nullclaw/Dockerfile
··· 38 38 rm /tmp/zoxide.tar.gz && \ 39 39 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 40 40 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 41 + 42 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/openclaw/Dockerfile
··· 36 36 rm /tmp/zoxide.tar.gz && \ 37 37 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 38 38 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 39 + 40 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/opencode/Dockerfile
··· 28 28 rm /tmp/zoxide.tar.gz && \ 29 29 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 30 30 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 31 + 32 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/opencrust/Dockerfile
··· 40 40 rm /tmp/zoxide.tar.gz && \ 41 41 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 42 42 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 43 + 44 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/picoclaw/Dockerfile
··· 40 40 rm /tmp/zoxide.tar.gz && \ 41 41 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 42 42 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 43 + 44 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/pkgx/Dockerfile
··· 27 27 rm /tmp/zoxide.tar.gz && \ 28 28 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 29 29 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 30 + 31 + RUN curl -fsSL https://zerobrew.rs/install | bash
+31
daytona/wasmer/Dockerfile
··· 1 + FROM daytonaio/sandbox:0.6.0 2 + 3 + RUN curl -fsSL https://tailscale.com/install.sh | sh 4 + 5 + RUN curl https://get.wasmer.io -sSfL | sh 6 + 7 + ENV PATH="/home/daytona/.local/bin:/home/daytona/.npm-global/bin:${PATH}" 8 + 9 + RUN npm install -g pm2 10 + 11 + USER root 12 + RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local 13 + USER daytona 14 + 15 + RUN curl -fsSL https://code-server.dev/install.sh | sh && \ 16 + code-server --install-extension bastndev.lynx-theme --force && \ 17 + curl -fsSL https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/CascadiaMono.zip -o /tmp/CascadiaMono.zip && \ 18 + unzip -o /tmp/CascadiaMono.zip -d /home/daytona/.local/share/fonts/CascadiaMono && \ 19 + fc-cache -fv && \ 20 + touch /home/daytona/.vscode-setup-done 21 + 22 + 23 + RUN curl -fsSL https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.9/zoxide-0.9.9-x86_64-unknown-linux-musl.tar.gz -o /tmp/zoxide.tar.gz && \ 24 + mkdir -p ~/.local/bin && \ 25 + tar -xzf /tmp/zoxide.tar.gz -C ~/.local/bin zoxide && \ 26 + chmod +x ~/.local/bin/zoxide && \ 27 + rm /tmp/zoxide.tar.gz && \ 28 + echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 29 + echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 30 + 31 + RUN curl -fsSL https://zerobrew.rs/install | bash
+2
daytona/zeroclaw/Dockerfile
··· 40 40 rm /tmp/zoxide.tar.gz && \ 41 41 echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && \ 42 42 echo 'eval "$(zoxide init bash)"' >> ~/.bashrc 43 + 44 + RUN curl -fsSL https://zerobrew.rs/install | bash