From b634c22cb2badb9a2e5bb4a4ff856567e8a81b27 Mon Sep 17 00:00:00 2001 From: Ghost_chu Date: Tue, 11 Feb 2025 01:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=BF=AE=E8=A1=A5=E8=A1=A5=E8=AF=95?= =?UTF-8?q?=E8=AF=95=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c742203f..acba87999 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 && \ - curl -L https://unpkg.com/@pnpm/self-installer | node && \ + wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - && \ cd webui && \ pnpm i && \ npm run build && \