Skip to content

Commit 4836d49

Browse files
committed
Set Bash shell in Dockerfiles and fix chsh usage
1 parent b5d0a2d commit 4836d49

61 files changed

Lines changed: 141 additions & 19 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/cf-sandbox/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:24-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.5 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/amp/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM --platform=$BUILDPLATFORM node:lts-trixie-slim
2+
3+
SHELL ["/bin/bash", "-c"]
24
ARG TARGETARCH
35

46
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/base/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/claude/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/codex/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/copilot/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/crush/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/cursor/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

apps/cf-sandbox/deploy/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM codercom/code-server:latest
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
USER root

apps/cf-sandbox/deploy/gemini/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-trixie-slim
22

3+
SHELL ["/bin/bash", "-c"]
4+
35
ARG TARGETARCH
46

57
COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox

0 commit comments

Comments
 (0)