From 4e07145dc65f6ebd760e93f79ef5681919cf047e Mon Sep 17 00:00:00 2001 From: Ghost_chu Date: Tue, 11 Feb 2025 03:12:23 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E4=BF=AE=E8=A1=A5=E8=A1=A5?= =?UTF-8?q?=E8=AF=95=E8=AF=95=E7=9C=8B"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b634c22cb2badb9a2e5bb4a4ff856567e8a81b27. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acba87999..3c742203f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM docker.io/maven:3.9.9-eclipse-temurin-21-alpine A COPY . /build WORKDIR /build RUN apk add --update npm curl git && \ - wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - && \ + curl -L https://unpkg.com/@pnpm/self-installer | node && \ cd webui && \ pnpm i && \ npm run build && \