diff --git a/Dockerfile b/Dockerfile index ab7f0ec..74146cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,8 +70,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ - setuptools \ - wheel && \ + setuptools && \ echo "**** install beets ****" && \ cd /tmp/beets && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \ @@ -82,6 +81,7 @@ RUN \ beetcamp \ python3-discogs-client \ flask \ + flask-cors \ PyGObject \ pyacoustid \ pylast \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 981edcd..feb7b6c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -69,8 +69,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ - setuptools \ - wheel && \ + setuptools && \ echo "**** install beets ****" && \ cd /tmp/beets && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ . && \ @@ -81,6 +80,7 @@ RUN \ beetcamp \ python3-discogs-client \ flask \ + flask-cors \ PyGObject \ pyacoustid \ pylast \