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.

Set Bash shell in Dockerfiles and fix chsh usage

+141 -19
+2
apps/cf-sandbox/Dockerfile
··· 1 1 FROM node:24-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.5 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/amp/Dockerfile
··· 1 1 FROM --platform=$BUILDPLATFORM node:lts-trixie-slim 2 + 3 + SHELL ["/bin/bash", "-c"] 2 4 ARG TARGETARCH 3 5 4 6 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/base/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/claude/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/codex/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/copilot/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/crush/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/cursor/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/docker/Dockerfile
··· 1 1 FROM codercom/code-server:latest 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 USER root
+2
apps/cf-sandbox/deploy/gemini/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/kilo/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/kiro/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/mise/Dockerfile
··· 1 1 FROM jdxcode/mise:latest 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 RUN apt-get update -y && apt-get install -y curl git unzip tmux build-essential gawk sed procps wget locales-all s3fs fontconfig \
+2
apps/cf-sandbox/deploy/nanoclaw/Dockerfile
··· 1 1 FROM codercom/code-server:latest 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 USER root
+2
apps/cf-sandbox/deploy/nix/Dockerfile
··· 1 1 FROM node:25-trixie 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/nullclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/openclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/opencode/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/opencrust/Dockerfile
··· 1 1 FROM node:25-trixie 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/picoclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/pkgx/Dockerfile
··· 1 1 FROM pkgxdev/pkgx:latest 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/library/node:24 /usr/local/bin/node /usr/local/bin/node
+2
apps/cf-sandbox/deploy/wasmer/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+2
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 1 1 FROM node:25-trixie 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox
+3 -1
daytona/amp/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/claude/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/codex/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/copilot/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/crush/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/cursor/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 36 38 37 39 USER root 38 40 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 39 - chsh -s /bin/bash daytona 41 + usermod -s /bin/bash daytona 40 42 USER daytona 41 43 42 44 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/gemini/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/kilo/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/kiro/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 37 39 38 40 USER root 39 41 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 40 - chsh -s /bin/bash daytona 42 + usermod -s /bin/bash daytona 41 43 USER daytona 42 44 43 45 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/mise/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 36 38 37 39 USER root 38 40 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 39 - chsh -s /bin/bash daytona 41 + usermod -s /bin/bash daytona 40 42 USER daytona 41 43 42 44 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/nix/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 39 41 40 42 USER root 41 43 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 42 - chsh -s /bin/bash daytona 44 + usermod -s /bin/bash daytona 43 45 USER daytona 44 46 45 47 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/nullclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 48 50 49 51 USER root 50 52 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 51 - chsh -s /bin/bash daytona 53 + usermod -s /bin/bash daytona 52 54 USER daytona 53 55 54 56 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/openclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 46 48 47 49 USER root 48 50 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 49 - chsh -s /bin/bash daytona 51 + usermod -s /bin/bash daytona 50 52 USER daytona 51 53 52 54 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/opencode/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 38 40 39 41 USER root 40 42 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 41 - chsh -s /bin/bash daytona 43 + usermod -s /bin/bash daytona 42 44 USER daytona 43 45 44 46 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/opencrust/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 48 50 49 51 USER root 50 52 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 51 - chsh -s /bin/bash daytona 53 + usermod -s /bin/bash daytona 52 54 USER daytona 53 55 54 56 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/picoclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 48 50 49 51 USER root 50 52 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 51 - chsh -s /bin/bash daytona 53 + usermod -s /bin/bash daytona 52 54 USER daytona 53 55 54 56 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/pkgx/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 36 38 37 39 USER root 38 40 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 39 - chsh -s /bin/bash daytona 41 + usermod -s /bin/bash daytona 40 42 USER daytona 41 43 42 44 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/wasmer/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 36 38 37 39 USER root 38 40 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 39 - chsh -s /bin/bash daytona 41 + usermod -s /bin/bash daytona 40 42 USER daytona 41 43 42 44 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+3 -1
daytona/zeroclaw/Dockerfile
··· 1 1 FROM daytonaio/sandbox:0.6.0 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8 ··· 48 50 49 51 USER root 50 52 RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local && \ 51 - chsh -s /bin/bash daytona 53 + usermod -s /bin/bash daytona 52 54 USER daytona 53 55 54 56 RUN echo '[[ -f ~/.bashrc ]] && source ~/.bashrc' >> ~/.bash_profile
+2
modal/amp/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/claude/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/codex/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/copilot/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/crush/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/cursor/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/gemini/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/kilo/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/kiro/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/mise/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/nix/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/nullclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/openclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/opencode/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/opencrust/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/picoclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/pkgx/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/wasmer/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8
+2
modal/zeroclaw/Dockerfile
··· 1 1 FROM node:lts-trixie-slim 2 2 3 + SHELL ["/bin/bash", "-c"] 4 + 3 5 ARG TARGETARCH 4 6 5 7 ENV LC_ALL=en_US.UTF-8