From c3f7feb9f4ceae2382f46671da7283eac4fcad32 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 20 Jun 2023 18:59:41 -0400 Subject: [PATCH] bug fix beets --- amd64.dockerfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/amd64.dockerfile b/amd64.dockerfile index 6601c4c..1042b53 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -27,9 +27,15 @@ RUN \ sox \ ffmpeg && \ apk add mp3val --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing && \ + echo "*** install beets ***" && \ + apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community beets && \ echo "************ install python packages ************" && \ pip install --upgrade --no-cache-dir -U \ m4b-merge \ + pyacoustid \ + requests \ + pylast \ + mutagen \ r128gain && \ echo "************ setup SMA ************" && \ echo "************ setup directory ************" && \ @@ -44,10 +50,7 @@ RUN \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ python3 -m pip install --upgrade pip && \ - pip3 install -r ${SMA_PATH}/setup/requirements.txt && \ - echo "************ install beets ************" && \ - pip3 install https://github.com/beetbox/beets/tarball/master && \ - pip3 install pyacoustid + pip3 install -r ${SMA_PATH}/setup/requirements.txt # copy local files