We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0585cd7 commit 5f8742eCopy full SHA for 5f8742e
base/Dockerfile
@@ -103,7 +103,8 @@ RUN npm install --global --force corepack@latest npm@10.9.3 yarn watch-cli types
103
RUN corepack enable pnpm
104
105
# Install pnpm
106
-RUN corepack use pnpm@10.17.1
+RUN corepack prepare pnpm@10.17.1 --activate
107
+ENV COREPACK_ENABLE_DOWNLOADS=0
108
109
# Clean up
110
RUN apt-get clean && \
0 commit comments