We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75533b commit e93d58bCopy full SHA for e93d58b
Dockerfile
@@ -7,9 +7,8 @@ RUN sudo apt update -y && \
7
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
8
sudo apt-get install -y nodejs
9
10
-# Install pnpm 10
11
-RUN corepack enable && \
12
- corepack prepare [email protected] --activate
+# Install pnpm globally
+RUN npm install -g pnpm
13
14
# Install Docker Buildx
15
RUN BUILDX_VERSION=$(curl -s "https://api.github.com/repos/docker/buildx/releases/latest" | jq -r .tag_name) && \
0 commit comments