diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-02-20 12:11:50 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-02-20 12:11:50 -0500 |
| commit | 69a81c0bc263ab4da6801285ea027851325be99a (patch) | |
| tree | 33b6326a0c0485828194e2c7dd61dc632734acc2 | |
| parent | d978ae1996beb4163903b5187c07538f7cb331b4 (diff) | |
Use jellyfin/ffmpeg image
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 6c0d2515f..978b0d540 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN dotnet publish \ --output /jellyfin \ Jellyfin.Server -FROM jrottenberg/ffmpeg:4.0-vaapi as ffmpeg +FROM jellyfin/ffmpeg as ffmpeg FROM microsoft/dotnet:${DOTNET_VERSION}-runtime # libfontconfig1 is required for Skia RUN apt-get update \ |
