diff --git a/Dockerfile b/Dockerfile index 17e5577..26e16af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,11 +105,16 @@ RUN \ apt-get install -y \ git \ wget \ + imagemagick \ python3 \ + python3-acoustid \ + python3-pythonmagick python3-pip && \ # Install beets pip3 install --no-cache-dir -U \ beets \ + requests \ + Pillow \ pyacoustid && \ # make directory mkdir -p ${SMA_PATH} && \