From 9f072bbd14074d283b908cca67aac94311fef4e6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 5 Sep 2020 21:35:55 +0100 Subject: [PATCH] jellyfin: remove redundant package from builder --- images/jellyfin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/jellyfin/Dockerfile b/images/jellyfin/Dockerfile index 9dbf22f..248d6ca 100644 --- a/images/jellyfin/Dockerfile +++ b/images/jellyfin/Dockerfile @@ -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