diff --git a/Dockerfile b/Dockerfile index 85677e0..371f59b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ + setuptools \ wheel && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \ -r requirements.txt && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 974c2a2..0b32bed 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -47,6 +47,7 @@ RUN \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ pip \ + setuptools \ wheel && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \ -r requirements.txt && \