jellyfin: adjust apt repo for apt-cacher-ng
This commit is contained in:
parent
9f072bbd14
commit
891ba7ad12
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ FROM ${REPO_LOCATION}minideb
|
|||
|
||||
COPY --from=builder /jellyfin.asc /etc/apt/trusted.gpg.d/jellyfin.asc
|
||||
|
||||
RUN echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" >/etc/apt/sources.list.d/jellyfin.list \
|
||||
RUN echo "deb [arch=$( dpkg --print-architecture )] http://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" >/etc/apt/sources.list.d/jellyfin.list \
|
||||
&& mkdir -p /srv/cache /srv/config /srv/media \
|
||||
&& install_packages ca-certificates mesa-va-drivers jellyfin jellyfin-ffmpeg openssl
|
||||
# Might need to install 'locales' too, since it does that & configures it in the official Dockerfile
|
||||
|
|
Loading…
Reference in a new issue