From 39122e85bf8accd5ccbf74d0d9e198e54917cf8a Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 26 Mar 2020 10:16:23 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index f04c8fe..94a76cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -116,6 +116,10 @@ RUN \ # install pip, venv, and set up a virtual self contained python environment python3 -m pip install --user --upgrade pip && \ pip3 install -r ${SMA_PATH}/setup/requirements.txt + # Install beets + pip3 install --no-cache-dir -U \ + beets \ + pyacoustid RUN \ # ffmpeg