diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-02-20 13:15:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-20 13:15:23 -0500 |
| commit | 8c53407a9ddcddca6832563b31e86bba70cf5625 (patch) | |
| tree | 33b6326a0c0485828194e2c7dd61dc632734acc2 | |
| parent | d978ae1996beb4163903b5187c07538f7cb331b4 (diff) | |
| parent | 69a81c0bc263ab4da6801285ea027851325be99a (diff) | |
Merge pull request #960 from nvllsvm/dock
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 \ |
