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 git and use nix profile add in Dockerfile

+3 -3
+3 -3
apps/cf-sandbox/deploy/nix/Dockerfile
··· 2 2 3 3 RUN apt-get update -y 4 4 5 - RUN apt-get install curl -y 5 + RUN apt-get install curl git -y 6 6 7 7 RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \ 8 8 --extra-conf "sandbox = false" \ ··· 15 15 RUN echo 'extra-trusted-substituters = https://cache.flox.dev' >> /etc/nix/nix.custom.conf \ 16 16 && echo 'extra-trusted-public-keys = flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=' >> /etc/nix/nix.custom.conf 17 17 18 - RUN nix profile install \ 18 + RUN nix profile add \ 19 19 --experimental-features "nix-command flakes" \ 20 20 --accept-flake-config \ 21 21 'github:flox/flox/latest' 22 22 23 - RUN nix profile install nixpkgs#devenv 23 + RUN nix profile add nixpkgs#devenv