File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @cloudflare/sandbox " : patch
3
+ ---
4
+
5
+ remove yarn and pnpm from the image
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ RUN apt-get update && apt-get install -y ca-certificates curl gnupg \
55
55
COPY --from=bun-source /usr/local/bin/bun /usr/local/bin/bun
56
56
COPY --from=bun-source /usr/local/bin/bunx /usr/local/bin/bunx
57
57
58
- # Install global npm packages as root
59
- RUN npm install -g yarn pnpm
60
58
61
59
# Set up working directory
62
60
WORKDIR /app
@@ -65,9 +63,8 @@ WORKDIR /app
65
63
RUN python3 --version && \
66
64
node --version && \
67
65
npm --version && \
68
- bun --version && \
69
- yarn --version && \
70
- pnpm --version
66
+ bun --version
67
+
71
68
72
69
# Copy container source files
73
70
COPY container_src/ ./
You can’t perform that action at this time.
0 commit comments