aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hayles <stevehayles@gmail.com>2019-10-28 08:22:59 +0000
committerGitHub <noreply@github.com>2019-10-28 08:22:59 +0000
commitb1e65c6cd41387c9ac3f6fbaf560b4649c227bae (patch)
treeb3152d16100d7e2d63139026a6d800a394e981bf
parent26ce62d31835aa394c33377989b7641ec740ab40 (diff)
Adding OpenSSL library
Depending on configuration the docker container may need OpenSSL to support https access
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index acf5b3963..c24c32181 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ COPY --from=web-builder /dist /jellyfin/jellyfin-web
# mesa-va-drivers: needed for VAAPI
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
- libfontconfig1 libgomp1 libva-drm2 mesa-va-drivers \
+ libfontconfig1 libgomp1 libva-drm2 mesa-va-drivers openssl \
&& apt-get clean autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/* \