mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-07-23 10:07:48 +00:00
install recommended to get web
This commit is contained in:
parent
8a388abc22
commit
77487aa032
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ RUN \
|
|||
JELLYFIN_RELEASE=$(curl -sX GET https://repo.jellyfin.org/ubuntu/dists/jammy/unstable/binary-amd64/Packages |grep -A 7 -m 1 'Package: jellyfin-server' | awk -F ': ' '/Version/{print $2;exit}'); \
|
||||
fi && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install -y \
|
||||
at \
|
||||
jellyfin-server=${JELLYFIN_RELEASE} \
|
||||
jellyfin-ffmpeg6 \
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ RUN \
|
|||
JELLYFIN_RELEASE=$(curl -sX GET https://repo.jellyfin.org/ubuntu/dists/jammy/unstable/binary-amd64/Packages |grep -A 7 -m 1 'Package: jellyfin-server' | awk -F ': ' '/Version/{print $2;exit}'); \
|
||||
fi && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install -y \
|
||||
at \
|
||||
jellyfin-server=${JELLYFIN_RELEASE} \
|
||||
jellyfin-ffmpeg6 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue