Skip to content

Commit

Permalink
use edge/community repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Oct 21, 2024
1 parent c7dec93 commit f6104bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6104bd

Please sign in to comment.