From f6104bdc0ec8a878b86595fe1ce71e131cd19dac Mon Sep 17 00:00:00 2001 From: mrhotio <26902309+mrhotio@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:35:35 +0200 Subject: [PATCH] use edge/community repo --- linux-amd64.Dockerfile | 2 +- linux-arm64.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-amd64.Dockerfile b/linux-amd64.Dockerfile index e29aae9..a82719e 100644 --- a/linux-amd64.Dockerfile +++ b/linux-amd64.Dockerfile @@ -19,7 +19,7 @@ EXPOSE 5055 ARG IMAGE_STATS ENV IMAGE_STATS=${IMAGE_STATS} WEBUI_PORTS="5055/tcp,5055/udp" -RUN apk add --no-cache pnpm +RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community pnpm COPY --from=builder /build/dist "${APP_DIR}/dist" COPY --from=builder /build/.next "${APP_DIR}/.next" diff --git a/linux-arm64.Dockerfile b/linux-arm64.Dockerfile index ac4d4cd..90d802f 100644 --- a/linux-arm64.Dockerfile +++ b/linux-arm64.Dockerfile @@ -19,7 +19,7 @@ EXPOSE 5055 ARG IMAGE_STATS ENV IMAGE_STATS=${IMAGE_STATS} WEBUI_PORTS="5055/tcp,5055/udp" -RUN apk add --no-cache pnpm +RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community pnpm COPY --from=builder /build/dist "${APP_DIR}/dist" COPY --from=builder /build/.next "${APP_DIR}/.next"