diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 8694d46..e47b432 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly LABEL maintainer="RandomNinjaAtk" ENV dockerTitle="lidarr-extended" -ENV dockerVersion="1.0.0008" +ENV dockerVersion="1.0.0009" ENV LANG=en_US.UTF-8 ENV autoStart=true ENV configureLidarrWithOptimalSettings=false @@ -35,6 +35,7 @@ RUN \ echo "************ install python packages ************" && \ pip install \ yq \ + aigpy \ r128gain \ pyacoustid \ deemix && \