Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/a45fc860327e14ccbecf73f5a501cc0a2b0b1e8b You should set ROOT_URL correctly, otherwise the web may not work correctly.

build: do not link python for arm ()

pull/3671/head
Ryan Cohen 1 year ago committed by GitHub
parent 59dabed380
commit a45fc86032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,8 +8,7 @@ ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
RUN \
case "${TARGETPLATFORM}" in \
'linux/arm64' | 'linux/arm/v7') \
apk add --no-cache python3 make g++ && \
ln -s /usr/bin/python3 /usr/bin/python \
apk add --no-cache python3 make g++ \
;; \
esac

Loading…
Cancel
Save