diff --git a/Dockerfile b/Dockerfile index 8453b11..b3f101c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/sabnzbd LABEL maintainer="RandomNinjaAtk" ENV TITLE="SABnzbd Extended" -ENV VERSION="1.0.7" +ENV VERSION="1.0.8" ENV SMA_PATH /usr/local/sma ENV VIDEO_LANG eng ENV VIDEO_SMA FALSE @@ -30,7 +30,8 @@ RUN \ git \ ffmpeg \ python3 \ - python3-pip && \ + python3-pip \ + beets && \ apt-get purge --auto-remove -y && \ apt-get clean && \ echo "************ setup SMA ************" && \ @@ -46,7 +47,8 @@ RUN \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ python3 -m pip install --user --upgrade pip && \ - pip3 install -r ${SMA_PATH}/setup/requirements.txt + pip3 install -r ${SMA_PATH}/setup/requirements.txt \ + pip3 install pyacoustid # copy local files