jellyfin: remove redundant package from builder
This commit is contained in:
parent
4fdb8989b9
commit
9f072bbd14
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb AS builder
|
FROM ${REPO_LOCATION}minideb AS builder
|
||||||
|
|
||||||
RUN install_packages ca-certificates gnupg apt-transport-https curl
|
RUN install_packages ca-certificates apt-transport-https curl
|
||||||
|
|
||||||
RUN curl -sS https://repo.jellyfin.org/jellyfin_team.gpg.key >/jellyfin.asc
|
RUN curl -sS https://repo.jellyfin.org/jellyfin_team.gpg.key >/jellyfin.asc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue