Merge pull request #462 from nvllsvm/fix_skia

Fix Skia in Docker
This commit is contained in:
Andrew Rabert 2019-01-06 18:12:39 -05:00 committed by GitHub
commit 6ebd01b637
1 changed files with 2 additions and 1 deletions

View File

@ -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