Skip to content

Commit

Permalink
chron: docker image jmal/jdk17_ffmpeg_nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 7, 2024
1 parent b39a82f commit 156adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/jellyfin-archive-keyring.gpg] https
# 更新软件包列表并安装jellyfin-ffmpeg
RUN apt-get update && \
apt-get install -y \
jellyfin-ffmpeg
jellyfin-ffmpeg5

# 设置 ffmpeg 环境变量,使用 Jellyfin 的 ffmpeg
ENV PATH="/usr/lib/jellyfin-ffmpeg:$PATH"
Expand Down

0 comments on commit 156adec

Please sign in to comment.