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.

Do not source ble.sh into .zshrc in Dockerfile

+1 -2
+1 -2
daytona/crush/Dockerfile
··· 75 75 make -C ble.sh install PREFIX=$HOME/.local && \ 76 76 rm -rf ble.sh && \ 77 77 echo 'export LANG=en_US.UTF-8' >> ~/.bashrc && \ 78 - echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc && \ 79 - echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.zshrc 78 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 80 79 81 80 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 82 81 echo 'export PATH=$PATH:$HOME/.atuin/bin' >> ~/.bashrc && \