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.

fix docker build

-12
-6
apps/cf-sandbox/deploy/opencrust/Dockerfile
··· 4 4 5 5 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox 6 6 7 - RUN echo "deb [signed-by=/etc/apt/keyrings/doppler.gpg] https://packages.doppler.com/public/cli/deb/debian any-version main" | tee /etc/apt/sources.list.d/doppler-cli.list 8 - 9 7 RUN apt-get update && apt-get install -y --no-install-recommends \ 10 8 openssh-client \ 11 9 git \ ··· 52 50 rm -rf ble.sh && \ 53 51 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 54 52 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 55 - 56 - RUN curl -sLf --retry 3 --tlsv1.2 --proto "=https" 'https://packages.doppler.com/public/cli/gpg.DE2A7741A397C129.key' | gpg --dearmor | tee /etc/apt/keyrings/doppler.gpg >/dev/null \ 57 - && echo "deb [signed-by=/etc/apt/keyrings/doppler.gpg] https://packages.doppler.com/public/cli/deb/debian any-version main" | tee /etc/apt/sources.list.d/doppler-cli.list \ 58 - && apt-get update && apt-get install -y doppler && doppler --version 59 53 60 54 RUN curl -fsSL https://tailscale.com/install.sh | sh 61 55
-6
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 4 4 5 5 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox 6 6 7 - RUN echo "deb [signed-by=/etc/apt/keyrings/doppler.gpg] https://packages.doppler.com/public/cli/deb/debian any-version main" | tee /etc/apt/sources.list.d/doppler-cli.list 8 - 9 7 RUN apt-get update && apt-get install -y --no-install-recommends \ 10 8 openssh-client \ 11 9 git \ ··· 53 51 rm -rf ble.sh && \ 54 52 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 55 53 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 56 - 57 - RUN curl -sLf --retry 3 --tlsv1.2 --proto "=https" 'https://packages.doppler.com/public/cli/gpg.DE2A7741A397C129.key' | gpg --dearmor | tee /etc/apt/keyrings/doppler.gpg >/dev/null \ 58 - && echo "deb [signed-by=/etc/apt/keyrings/doppler.gpg] https://packages.doppler.com/public/cli/deb/debian any-version main" | tee /etc/apt/sources.list.d/doppler-cli.list \ 59 - && apt-get update && apt-get install -y doppler && doppler --version 60 54 61 55 RUN curl -fsSL https://tailscale.com/install.sh | sh 62 56