jellyfin: remove redundant package from builder

This commit is contained in:
Starbeamrainbowlabs 2020-09-05 21:35:55 +01:00
parent 4fdb8989b9
commit 9f072bbd14
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG REPO_LOCATION
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