Skip to content

Commit

Permalink
Apply same jellyfin ffmpeg installation fix to arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Feb 17, 2024
1 parent 872a708 commit de3ca9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,8 @@ RUN \
libfreetype6 \
libomxil-bellagio0 \
libomxil-bellagio-bin \
&& wget --no-cookies --quiet \
-O "/tmp/jellyfin-ffmpeg_${JELLYFIN_FFMPEG_VERSION}-jammy_arm64.deb" \
"https://repo.jellyfin.org/releases/server/ubuntu/versions/jellyfin-ffmpeg/${JELLYFIN_FFMPEG_VERSION}/jellyfin-ffmpeg6_${JELLYFIN_FFMPEG_VERSION}-jammy_arm64.deb" \
&& apt-get install -y \
/tmp/jellyfin-ffmpeg_${JELLYFIN_FFMPEG_VERSION}-jammy_arm64.deb \
jellyfin-ffmpeg${JELLYFIN_FFMPEG_VERSION} \
&& ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/ffmpeg \
&& ln -s /usr/lib/jellyfin-ffmpeg/ffprobe /usr/local/bin/ffprobe \
&& \
Expand Down

0 comments on commit de3ca9e

Please sign in to comment.