|
|
@@ -14,7 +14,7 @@ WORKDIR ${optDir}
|
|
|
RUN apt-get update && apt-get install -y ca-certificates wget curl --no-install-recommends
|
|
|
|
|
|
# install pnpm
|
|
|
-RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
|
|
|
+RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" PNPM_VERSION="10.4.1" sh -
|
|
|
ENV PNPM_HOME="/root/.local/share/pnpm"
|
|
|
ENV PATH="$PNPM_HOME:$PATH"
|
|
|
|