Skip to content

Commit e93d58b

Browse files
committed
chore(ci): fix scripts
1 parent e75533b commit e93d58b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ RUN sudo apt update -y && \
77
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
88
sudo apt-get install -y nodejs
99

10-
# Install pnpm 10
11-
RUN corepack enable && \
12-
corepack prepare [email protected] --activate
10+
# Install pnpm globally
11+
RUN npm install -g pnpm
1312

1413
# Install Docker Buildx
1514
RUN BUILDX_VERSION=$(curl -s "https://api.github.com/repos/docker/buildx/releases/latest" | jq -r .tag_name) && \

0 commit comments

Comments
 (0)