From 0a4ddf25d252a5f7406b542d9cbcffe8b3342ba4 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 28 Oct 2022 09:41:18 -0400 Subject: [PATCH] Update arm32v7.dockerfile --- arm32v7.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm32v7.dockerfile b/arm32v7.dockerfile index 82aeaeb..3d970a7 100644 --- a/arm32v7.dockerfile +++ b/arm32v7.dockerfile @@ -62,8 +62,8 @@ RUN \ requests \ beets \ r128gain \ + tidal-dl \ deemix && \ - pip install tidal-dl==2022.3.4.2 --no-cache-dir && \ echo "************ setup SMA ************" && \ echo "************ setup directory ************" && \ mkdir -p ${SMA_PATH} && \