Add customized linuxserver-jellyfin

This commit is contained in:
Peter Cai 2022-10-15 20:39:13 -04:00
parent c1e28c763e
commit 31ee9e181d
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM linuxserver/jellyfin:10.8.5
RUN apt update && apt install -y libcap2-bin \
&& setcap cap_net_bind_service=+ep $(realpath /usr/bin/jellyfin) \
&& rm -rf /var/lib/apt/lists/*