From 6419b900b4a63dfa89149c0bfdbbfc0600ab2fe0 Mon Sep 17 00:00:00 2001 From: Chris Earley Date: Tue, 1 Oct 2024 21:08:14 -0500 Subject: [PATCH] Updated the library required by the discogs plugin. --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ****" && \