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