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.

Add shell tooling and prompts to cf-sandbox images

+189 -12
+14 -1
apps/cf-sandbox/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 23 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 24 + 25 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 26 + make -C ble.sh install PREFIX=~/.local && \ 27 + rm -rf ble.sh && \ 28 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/amp/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 23 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 24 + 25 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 26 + make -C ble.sh install PREFIX=~/.local && \ 27 + rm -rf ble.sh && \ 28 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/claude/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 23 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 24 + 25 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 26 + make -C ble.sh install PREFIX=~/.local && \ 27 + rm -rf ble.sh && \ 28 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/codex/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 23 + make -C ble.sh install PREFIX=~/.local && \ 24 + rm -rf ble.sh && \ 25 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 26 + 27 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 28 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/copilot/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 23 + make -C ble.sh install PREFIX=~/.local && \ 24 + rm -rf ble.sh && \ 25 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 26 + 27 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 28 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/crush/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 23 + make -C ble.sh install PREFIX=~/.local && \ 24 + rm -rf ble.sh && \ 25 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 26 + 27 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 28 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/gemini/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 23 + make -C ble.sh install PREFIX=~/.local && \ 24 + rm -rf ble.sh && \ 25 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 26 + 27 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 28 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/kilo/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 23 + make -C ble.sh install PREFIX=~/.local && \ 24 + rm -rf ble.sh && \ 25 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 26 + 27 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 28 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/kiro/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 23 + make -C ble.sh install PREFIX=~/.local && \ 24 + rm -rf ble.sh && \ 25 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 26 + 27 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 28 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+12
apps/cf-sandbox/deploy/mise/Dockerfile
··· 1 1 FROM jdxcode/mise:latest 2 2 3 + RUN apt-get update -y && apt-get install curl git unzip tmux build-essential gawk sed -y 4 + 5 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 6 + 7 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 8 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 9 + 10 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 11 + make -C ble.sh install PREFIX=~/.local && \ 12 + rm -rf ble.sh && \ 13 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 14 + 3 15 COPY --from=docker.io/cloudflare/sandbox:0.7.5 /container-server/sandbox /sandbox 4 16 5 17 EXPOSE 8080
+11 -1
apps/cf-sandbox/deploy/nix/Dockerfile
··· 4 4 5 5 RUN apt-get update -y 6 6 7 - RUN apt-get install curl git -y 7 + RUN apt-get install curl git unzip tmux gawk sed build-essential -y 8 + 9 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 10 + 11 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 12 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 13 + 14 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 15 + make -C ble.sh install PREFIX=~/.local && \ 16 + rm -rf ble.sh && \ 17 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 8 18 9 19 RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \ 10 20 --extra-conf "sandbox = false" \
+14 -1
apps/cf-sandbox/deploy/openclaw/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 23 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 24 + 25 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 26 + make -C ble.sh install PREFIX=~/.local && \ 27 + rm -rf ble.sh && \ 28 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+14 -1
apps/cf-sandbox/deploy/opencode/Dockerfile
··· 12 12 gnupg \ 13 13 unzip \ 14 14 python3 \ 15 - build-essential 15 + build-essential \ 16 + tmux \ 17 + gawk \ 18 + sed 19 + 20 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 21 + 22 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 23 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 24 + 25 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 26 + make -C ble.sh install PREFIX=~/.local && \ 27 + rm -rf ble.sh && \ 28 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 16 29 17 30 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 \ 18 31 && 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 \
+12
apps/cf-sandbox/deploy/pkgx/Dockerfile
··· 1 1 FROM pkgxdev/pkgx:latest 2 2 3 + RUN apt-get update -y && apt-get install curl git unzip tmux gawk sed build-essential -y 4 + 5 + RUN curl -s https://ohmyposh.dev/install.sh | bash -s 6 + 7 + RUN curl -s https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/tokyonight_storm.omp.json | tee /root/.tokyonight_storm.omp.json >/dev/null && \ 8 + echo 'eval "$(oh-my-posh init bash --config ~/.tokyonight_storm.omp.json)"\n' >> /root/.bashrc 9 + 10 + RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git && \ 11 + make -C ble.sh install PREFIX=~/.local && \ 12 + rm -rf ble.sh && \ 13 + echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 14 + 3 15 COPY --from=docker.io/cloudflare/sandbox:0.7.5 /container-server/sandbox /sandbox 4 16 5 17 EXPOSE 8080