Add customized linuxserver-jellyfin
This commit is contained in:
parent
c1e28c763e
commit
31ee9e181d
1 changed files with 5 additions and 0 deletions
5
linuxserver-jellyfin/Dockerfile
Normal file
5
linuxserver-jellyfin/Dockerfile
Normal 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/*
|
Loading…
Reference in a new issue