From abde7c024210a7510fdba0c1efa5807f464012d0 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 5 Oct 2019 18:38:55 -0400 Subject: [PATCH] Make the comment nicer --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ee6861342b..a455768686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,9 @@ FROM mcr.microsoft.com/dotnet/core/runtime:${DOTNET_VERSION} COPY --from=ffmpeg / / COPY --from=builder /jellyfin /jellyfin COPY --from=web-builder /dist /jellyfin/jellyfin-web +# Install dependencies: +# libfontconfig1: needed for Skia +# mesa-va-drivers: needed for VAAPI RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y \ libfontconfig1 mesa-va-drivers \