Use master repo fallback instead of mirrors

Sometimes these fail as syncs are going on during builds, so just have
this builder use the master repo1 server.
This commit is contained in:
Joshua M. Boniface
2024-05-12 20:29:32 -04:00
parent 06cdec877c
commit 25a0eb4c45

View File

@@ -140,7 +140,7 @@ RUN apt-get update \
apt-transport-https \
&& curl -fsSL https://repo.jellyfin.org/jellyfin_team.gpg.key \
| gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg \
&& echo "deb [arch=${PACKAGE_ARCH}] https://repo.jellyfin.org/debian ${OS_VERSION} main" > /etc/apt/sources.list.d/jellyfin.list \
&& echo "deb [arch=${PACKAGE_ARCH}] https://repo.jellyfin.org/master/debian ${OS_VERSION} main" > /etc/apt/sources.list.d/jellyfin.list \
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests --yes \
${FFMPEG_PACKAGE} \