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 \
5555COPY --from=bun-source /usr/local/bin/bun /usr/local/bin/bun
5656COPY --from=bun-source /usr/local/bin/bunx /usr/local/bin/bunx
5757
58- # Install global npm packages as root
59- RUN npm install -g yarn pnpm
6058
6159# Set up working directory
6260WORKDIR /app
@@ -65,9 +63,8 @@ WORKDIR /app
6563RUN python3 --version && \
6664 node --version && \
6765 npm --version && \
68- bun --version && \
69- yarn --version && \
70- pnpm --version
66+ bun --version
67+
7168
7269# Copy container source files
7370COPY container_src/ ./
You can’t perform that action at this time.
0 commit comments