Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/docker-radarr-extended/commit/66a168979d805d194d6e783fe5e16507f4f709a6?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update amd64.dockerfile

pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent f994c66149
commit 66a168979d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,10 +16,13 @@ RUN \
mkvtoolnix \ mkvtoolnix \
python3 \ python3 \
py3-pip \ py3-pip \
libc-dev \
gcc \
ffmpeg && \ ffmpeg && \
echo "************ install python packages ************" && \ echo "************ install python packages ************" && \
python3 -m pip install --no-cache-dir -U \ python3 -m pip install --no-cache-dir -U \
yq && \ yq \
yt-dlp && \
echo "************ setup SMA ************" && \ echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \ echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \ mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save