From ddff4a69696925122a86c467b216f06e3d8ba205 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 2 Sep 2022 22:09:56 -0400 Subject: [PATCH] Update amd64.dockerfile --- amd64.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amd64.dockerfile b/amd64.dockerfile index edc1e41..4536102 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -7,7 +7,7 @@ ENV SMA_APP Radarr RUN \ echo "************ install packages ************" && \ - apk add -U --update --no-cache \ + apk add -U --update --no-cache \ flac \ opus-tools \ jq \ @@ -20,7 +20,7 @@ RUN \ gcc \ ffmpeg && \ echo "************ install python packages ************" && \ - pip install --upgrade --no-cache-dir \ + pip install --upgrade --no-cache-dir -U \ yq \ yt-dlp && \ echo "************ setup SMA ************" && \