diff --git a/amd64.dockerfile b/amd64.dockerfile index 157cda5..d0dadc4 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -55,14 +55,11 @@ RUN \ echo "*** install freyr client ***" && \ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \ npm install -g miraclx/freyr-js &&\ + 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 \ yq \ - pyacoustid \ - requests \ - beets \ - pylast \ - mutagen \ r128gain \ tidal-dl \ deemix && \