mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
fix SSL issue in arm and arm64
verified arm build on raspbian
This commit is contained in:
parent
021427d881
commit
78bb45e8fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue