mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
forgot pulling out gnupg when testing rebase to focal
This commit is contained in:
parent
075f0925fd
commit
c406a696a1
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ ARG DEBIAN_FRONTEND="noninteractive"
|
|||
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
gnupg && \
|
||||
echo "**** install jellyfin *****" && \
|
||||
curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && \
|
||||
echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu bionic main' > /etc/apt/sources.list.d/jellyfin.list && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue