diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-02-08 20:26:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-08 20:26:30 +0300 |
| commit | 80281e599df0ee9d838d7de20418907de0159fa8 (patch) | |
| tree | 143dff9d401da732201fa4ce86661badc2f58984 | |
| parent | 3a88a3c7955601573b4938ea5c10431b8bceb714 (diff) | |
| parent | 22ffc5aee4f2f67c69a678217abc6a3171d6e329 (diff) | |
Merge pull request #842 from nvllsvm/vaapi
Use VAAPI-enabled ffmpeg
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 37388fda9..266b59f1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \ --output /jellyfin \ Jellyfin.Server -FROM jrottenberg/ffmpeg:4.0-scratch as ffmpeg +FROM jrottenberg/ffmpeg:4.0-vaapi as ffmpeg FROM microsoft/dotnet:${DOTNET_VERSION}-runtime # libfontconfig1 is required for Skia RUN apt-get update \ |
