mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix Skia in Docker
This commit is contained in:
parent
1dde747267
commit
9f7bebc728
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ ARG FFMPEG_URL=https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-64
|
|||
RUN apt update \
|
||||
&& apt install -y xz-utils \
|
||||
&& curl ${FFMPEG_URL} | tar Jxf - -C /usr/bin --wildcards --strip-components=1 ffmpeg*/ffmpeg ffmpeg*/ffprobe \
|
||||
&& apt remove -y xz-utils
|
||||
&& apt remove -y xz-utils \
|
||||
&& apt install -y libfontconfig1 # needed for Skia
|
||||
|
||||
ENTRYPOINT dotnet /jellyfin/jellyfin.dll -programdata /config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue