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 156adec commit e5c6494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ RUN echo "deb [signed-by=/usr/share/keyrings/jellyfin-archive-keyring.gpg] https

# 更新软件包列表并安装jellyfin-ffmpeg
RUN apt-get update && \
apt-get install -y \
jellyfin-ffmpeg5
apt-get install -y libvpx6 libwebp6 libx264-155 libx265-179

RUN apt-get install -y jellyfin-ffmpeg5

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

0 comments on commit e5c6494

Please sign in to comment.