Skip to content

Commit 19ee264

Browse files
authored
Update Dockerfile
1 parent 4d0979c commit 19ee264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ RUN python3 -m pip install --break-system-packages -r /app/requirements.txt
6666

6767
# Download and install jellifin's fork of ffmpeg which comes with additional codecs and improved hw accelleration routines
6868
RUN wget https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v${JELLYFIN_FFMPEG_VERSION}/jellyfin-ffmpeg7_${JELLYFIN_FFMPEG_VERSION}-bookworm_amd64.deb && \
69-
dpkg -i jellyfin-ffmpeg6_${JELLYFIN_FFMPEG_VERSION}-bookworm_amd64.deb && \
69+
dpkg -i jellyfin-ffmpeg7_${JELLYFIN_FFMPEG_VERSION}-bookworm_amd64.deb && \
7070
apt-get install -f && \
71-
rm jellyfin-ffmpeg6_${JELLYFIN_FFMPEG_VERSION}-bookworm_amd64.deb
71+
rm jellyfin-ffmpeg7_${JELLYFIN_FFMPEG_VERSION}-bookworm_amd64.deb
7272

7373
# Copy the build artifact from the build stage
7474
COPY /server/ /app/

0 commit comments

Comments
 (0)