diff options
| author | artiume <siderite@gmail.com> | 2020-02-01 14:46:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 14:46:11 -0500 |
| commit | 78bb45e8fa8cf4150468049bd6ff1e63539b7791 (patch) | |
| tree | 13ce9c7d3b104f9fe1705bace5bf5e7492689bee /Dockerfile.arm | |
| parent | 021427d8816dcccd739fc0c22be10eae39c7c96d (diff) | |
fix SSL issue in arm and arm64
verified arm build on raspbian
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index 551aa177a..e7cbb0909 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -24,7 +24,7 @@ RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin" FROM debian:buster-slim RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y ffmpeg \ - libssl-dev \ + libssl-dev ca-certificates \ && rm -rf /var/lib/apt/lists/* \ && mkdir -p /cache /config /media \ && chmod 777 /cache /config /media |
