From c09a1f3771c5548b4c32d9ccbcaa639be89da913 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 10 Jun 2022 19:33:07 -0400 Subject: [PATCH] Update Dockerfile.amd64 --- Dockerfile.amd64 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index a00504f..bc06779 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -8,14 +8,15 @@ RUN \ beets \ jq \ python3 \ - py3-pip && \ + py3-pip && \ echo "************ install python packages ************" && \ python3 -m pip install --no-cache-dir -U \ yq \ mutagen \ r128gain \ tidal-dl \ - qtfaststart + deemix \ + yt-dlp # ports and volumes EXPOSE 8686