Skip to content

Commit 5f8742e

Browse files
fix
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent 0585cd7 commit 5f8742e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ RUN npm install --global --force corepack@latest [email protected] yarn watch-cli types
103103
RUN corepack enable pnpm
104104

105105
# Install pnpm
106-
RUN corepack use [email protected]
106+
RUN corepack prepare [email protected] --activate
107+
ENV COREPACK_ENABLE_DOWNLOADS=0
107108

108109
# Clean up
109110
RUN apt-get clean && \

0 commit comments

Comments
 (0)