diff --git a/Dockerfile b/Dockerfile index d816823..e2278e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,13 +93,14 @@ RUN \ beautifulsoup4 \ beets-extrafiles \ beetcamp \ - discogs-client \ + python3-discogs-client \ flask \ PyGObject \ pyacoustid \ pylast \ requests \ requests_oauthlib \ + typing-extensions \ unidecode && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7de99c2..c0f0743 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -93,13 +93,14 @@ RUN \ beautifulsoup4 \ beets-extrafiles \ beetcamp \ - discogs-client \ + python3-discogs-client \ flask \ PyGObject \ pyacoustid \ pylast \ requests \ requests_oauthlib \ + typing-extensions \ unidecode && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \