parent
c1e28c763e
commit
31ee9e181d
@ -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 new issue