From aa91fbeac9c0486e989c505f40dfe7b1ccf46c97 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 20 Jun 2022 18:41:06 -0400 Subject: [PATCH] try again... --- Dockerfile.amd64 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index bc463fb..695aa08 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -38,10 +38,10 @@ RUN \ pyacoustid \ deemix && \ echo "************ install tidal-dl ************" && \ - git clone --branch patch-1 https://github.com/RandomNinjaAtk/Tidal-Media-Downloader.git /Tidal-Media-Downloader && \ - cd /Tidal-Media-Downloader/TIDALDL-PY && \ - pip install -r requirements.txt --user && \ - python3 setup.py install + mkdir -p /tidal-dl && \ + git clone --branch patch-1 https://github.com/RandomNinjaAtk/Tidal-Media-Downloader.git /tidal-dl && \ + pip install -r /tidal-dl/TIDALDL-PY/requirements.txt && \ + python3 /tidal-dl/TIDALDL-PY/setup.py install # copy local files COPY root/ /