diff --git a/Dockerfile b/Dockerfile index 8e0ff7da..a160c22f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ - wheel && \ + 'setuptools==81' && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ -r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \ echo "**** Hard Coding versioning ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 749cdb7e..517a0e51 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -33,7 +33,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ - wheel && \ + 'setuptools==81' && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \ -r https://raw.githubusercontent.com/Tautulli/tautulli-baseimage/refs/heads/python3/requirements.txt && \ echo "**** Hard Coding versioning ****" && \