From 6adc9f95a04e974e64e39ebbe7101be1d3383e22 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 16 Jun 2023 11:11:03 +0000 Subject: [PATCH] Move to apk for beets softwre #256 --- amd64.dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 && \