diff options
| author | Steve Hayles <stevehayles@gmail.com> | 2019-10-28 08:22:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-28 08:22:59 +0000 |
| commit | b1e65c6cd41387c9ac3f6fbaf560b4649c227bae (patch) | |
| tree | b3152d16100d7e2d63139026a6d800a394e981bf | |
| parent | 26ce62d31835aa394c33377989b7641ec740ab40 (diff) | |
Adding OpenSSL library
Depending on configuration the docker container may need OpenSSL to support https access
| -rw-r--r-- | Dockerfile | 2 |
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/* \ |
