Use jellyfin/ffmpeg image
This commit is contained in:
parent
d978ae1996
commit
69a81c0bc2
|
@ -9,7 +9,7 @@ RUN dotnet publish \
|
||||||
--output /jellyfin \
|
--output /jellyfin \
|
||||||
Jellyfin.Server
|
Jellyfin.Server
|
||||||
|
|
||||||
FROM jrottenberg/ffmpeg:4.0-vaapi as ffmpeg
|
FROM jellyfin/ffmpeg as ffmpeg
|
||||||
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
|
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
|
||||||
# libfontconfig1 is required for Skia
|
# libfontconfig1 is required for Skia
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user