aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-10-05 18:38:55 -0400
committerJoshua Boniface <joshua@boniface.me>2019-10-05 18:38:55 -0400
commitabde7c024210a7510fdba0c1efa5807f464012d0 (patch)
tree1499a9b555c619ccffc5a99bd942934024f19b87
parent762d17c3df8487a9466681c54c038b25b98f2a0c (diff)
Make the comment nicer
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ee6861342..a45576868 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 \