Skip to content

Commit

Permalink
Use curl for pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pzgz committed Feb 3, 2025
1 parent 09f73d3 commit c5a2a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN /pd_build/nodejs.sh 22
RUN /pd_build/ruby-3.3.6.sh

# PNPM support
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=10.1.0 sh -

# Yarn support
# RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down

0 comments on commit c5a2a68

Please sign in to comment.