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.

Ignore atuin init failure when appending

+18 -18
+1 -1
apps/cf-sandbox/deploy/amp/Dockerfile
··· 40 40 41 41 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 42 42 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 43 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 43 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 44 44 45 45 RUN case "${TARGETARCH}" in \ 46 46 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/claude/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 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" ;; \
+1 -1
apps/cf-sandbox/deploy/codex/Dockerfile
··· 41 41 42 42 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 43 43 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 44 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 44 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 45 45 46 46 RUN case "${TARGETARCH}" in \ 47 47 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/copilot/Dockerfile
··· 41 41 42 42 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 43 43 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 44 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 44 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 45 45 46 46 RUN case "${TARGETARCH}" in \ 47 47 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/crush/Dockerfile
··· 41 41 42 42 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 43 43 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 44 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 44 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 45 45 46 46 RUN case "${TARGETARCH}" in \ 47 47 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/docker/Dockerfile
··· 6 6 7 7 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 8 8 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 9 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 9 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 10 10 11 11 # Use the musl build so it runs on Alpine-based docker:dind-rootless 12 12 COPY --from=docker.io/cloudflare/sandbox:0.7.8-musl /container-server/sandbox /sandbox
+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 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" ;; \
+1 -1
apps/cf-sandbox/deploy/kilo/Dockerfile
··· 38 38 39 39 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 40 40 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 41 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 41 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 42 42 43 43 RUN case "${TARGETARCH}" in \ 44 44 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/kiro/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 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" ;; \
+1 -1
apps/cf-sandbox/deploy/mise/Dockerfile
··· 24 24 25 25 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 26 26 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 27 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 27 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 28 28 29 29 RUN case "${TARGETARCH}" in \ 30 30 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/nix/Dockerfile
··· 16 16 17 17 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 18 18 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 19 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 19 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 20 20 21 21 RUN curl -s https://ohmyposh.dev/install.sh | bash -s 22 22
+1 -1
apps/cf-sandbox/deploy/nullclaw/Dockerfile
··· 45 45 46 46 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 47 47 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 48 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 48 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 49 49 50 50 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 51 51 mkdir -p /root/.local && \
+1 -1
apps/cf-sandbox/deploy/openclaw/Dockerfile
··· 46 46 47 47 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 48 48 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 49 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 49 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 50 50 51 51 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 52 52 mkdir -p /root/.local && \
+1 -1
apps/cf-sandbox/deploy/opencode/Dockerfile
··· 41 41 42 42 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 43 43 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 44 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 44 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 45 45 46 46 RUN case "${TARGETARCH}" in \ 47 47 amd64) EZA_ARCH="x86_64-unknown-linux-musl" ;; \
+1 -1
apps/cf-sandbox/deploy/opencrust/Dockerfile
··· 43 43 44 44 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 45 45 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 46 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 46 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 47 47 48 48 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 49 49 mkdir -p /root/.local && \
+1 -1
apps/cf-sandbox/deploy/picoclaw/Dockerfile
··· 46 46 47 47 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 48 48 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 49 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 49 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 50 50 51 51 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 52 52 mkdir -p /root/.local && \
+1 -1
apps/cf-sandbox/deploy/pkgx/Dockerfile
··· 45 45 46 46 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 47 47 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 48 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 48 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 49 49 50 50 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox 51 51
+1 -1
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 44 44 45 45 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 46 46 echo 'export PATH=$PATH:/root/.atuin/bin' >> ~/.bashrc && \ 47 - echo 'eval "$(atuin init bash)"' >> ~/.bashrc 47 + echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 48 48 49 49 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 50 50 mkdir -p /root/.local && \