From ad6ba613435e61a6a66a43557779aaaf04af56f0 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 1 Apr 2020 06:39:14 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/Dockerfile b/Dockerfile index 265a774..9b9ffad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,29 +96,17 @@ RUN \ flac \ opus-tools \ jq \ + git \ + wget \ + beets \ + python3 \ + python3-pip \ cron && \ apt-get purge --auto-remove -y && \ apt-get clean -# get python3 and git, and install python libraries +# get install SMA RUN \ - apt-get update && \ - apt-get install -y \ - git \ - wget \ - libchromaprint-tools \ - imagemagick \ - python3 \ - python3-acoustid \ - python3-pythonmagick \ - python3-pip && \ - # Install beets - pip3 install --no-cache-dir -U \ - beets \ - requests \ - Pillow \ - pylast \ - pyacoustid && \ # make directory mkdir -p ${SMA_PATH} && \ # download repo