diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index a03fc7e..a00504f 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -1,6 +1,21 @@ FROM linuxserver/lidarr:amd64-nightly LABEL maintainer="RandomNinjaAtk" +RUN \ + echo "************ install packages ************" && \ + apk add -U --update --no-cache \ + flac \ + beets \ + jq \ + python3 \ + py3-pip && \ + echo "************ install python packages ************" && \ + python3 -m pip install --no-cache-dir -U \ + yq \ + mutagen \ + r128gain \ + tidal-dl \ + qtfaststart # ports and volumes EXPOSE 8686