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 fuse-overlayfs to cf-sandbox Dockerfiles

Also add supporting packages (sudo, fontconfig, squashfs-tools,
squashfuse, fuse) to the main apps/cf-sandbox Dockerfile

+31 -1
+7 -1
apps/cf-sandbox/Dockerfile
··· 20 20 sed \ 21 21 procps \ 22 22 wget \ 23 - s3fs 23 + s3fs \ 24 + sudo \ 25 + fontconfig \ 26 + squashfs-tools \ 27 + squashfuse \ 28 + fuse \ 29 + fuse-overlayfs \ 24 30 25 31 RUN curl -s https://ohmyposh.dev/install.sh | bash -s 26 32
+1
apps/cf-sandbox/deploy/amp/Dockerfile
··· 26 26 squashfs-tools \ 27 27 squashfuse \ 28 28 fuse \ 29 + fuse-overlayfs \ 29 30 && useradd -m -s /bin/bash coder \ 30 31 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 31 32
+3
apps/cf-sandbox/deploy/base/Dockerfile
··· 25 25 fontconfig \ 26 26 sudo \ 27 27 squashfs-tools \ 28 + squashfuse \ 29 + fuse \ 30 + fuse-overlayfs \ 28 31 && useradd -m -s /bin/bash coder \ 29 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 30 33
+1
apps/cf-sandbox/deploy/claude/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/codex/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/copilot/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/crush/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/cursor/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/docker/Dockerfile
··· 39 39 squashfs-tools \ 40 40 squashfuse \ 41 41 fuse \ 42 + fuse-overlayfs \ 42 43 && rm -rf /var/lib/apt/lists/* \ 43 44 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 44 45
+1
apps/cf-sandbox/deploy/gemini/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/kilo/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/kiro/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/mise/Dockerfile
··· 7 7 squashfuse \ 8 8 fuse \ 9 9 sudo \ 10 + fuse-overlayfs \ 10 11 && useradd -m -s /bin/bash coder \ 11 12 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 12 13
+1
apps/cf-sandbox/deploy/nanoclaw/Dockerfile
··· 39 39 squashfs-tools \ 40 40 squashfuse \ 41 41 fuse \ 42 + fuse-overlayfs \ 42 43 && rm -rf /var/lib/apt/lists/* \ 43 44 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 44 45
+1
apps/cf-sandbox/deploy/nix/Dockerfile
··· 11 11 squashfs-tools \ 12 12 squashfuse \ 13 13 fuse \ 14 + fuse-overlayfs \ 14 15 && useradd -m -s /bin/bash coder \ 15 16 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 16 17
+1
apps/cf-sandbox/deploy/nullclaw/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/openclaw/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/opencode/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/opencrust/Dockerfile
··· 25 25 squashfs-tools \ 26 26 squashfuse \ 27 27 fuse \ 28 + fuse-overlayfs \ 28 29 && useradd -m -s /bin/bash coder \ 29 30 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 30 31
+1
apps/cf-sandbox/deploy/picoclaw/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/pkgx/Dockerfile
··· 34 34 squashfs-tools \ 35 35 squashfuse \ 36 36 fuse \ 37 + fuse-overlayfs \ 37 38 && useradd -m -s /bin/bash coder \ 38 39 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 39 40
+1
apps/cf-sandbox/deploy/wasmer/Dockerfile
··· 27 27 squashfs-tools \ 28 28 squashfuse \ 29 29 fuse \ 30 + fuse-overlayfs \ 30 31 && useradd -m -s /bin/bash coder \ 31 32 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 32 33
+1
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 25 25 squashfs-tools \ 26 26 squashfuse \ 27 27 fuse \ 28 + fuse-overlayfs \ 28 29 && useradd -m -s /bin/bash coder \ 29 30 && echo "coder ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder 30 31