Switch to jellyfin-ffmpeg5 for nightly

Jellyfin 10.7.x and older are incompatible with FFmpeg 5.x due to a breaking
API change. So we edit the package name of our ffmpeg to jellyfin-ffmpeg5.
This commit is contained in:
nyanmisaka
2022-06-05 16:57:49 +08:00
parent cec2c93f2b
commit 22d3237969
3 changed files with 3 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ RUN \
apt-get install -y --no-install-recommends \
at \
${JELLYFIN} \
jellyfin-ffmpeg \
jellyfin-ffmpeg5 \
jellyfin-web \
libfontconfig1 \
libfreetype6 \