From 2e57779a058e6c240c550a4e9612d8b36409be31 Mon Sep 17 00:00:00 2001 From: thespad Date: Mon, 17 Jun 2024 09:49:59 +0100 Subject: [PATCH] Add the right package --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f80d7b..72ed814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,8 @@ RUN \ rm /tmp/changedetection.tar.gz && \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ - distutils \ pip \ + setuptools \ wheel && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r /app/changedetection/requirements.txt && \ PLAYWRIGHT_PY_RELEASE=$(curl -sX GET "https://api.github.com/repos/microsoft/playwright-python/releases/latest" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d476bad..1ae70e9 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -44,8 +44,8 @@ RUN \ rm /tmp/changedetection.tar.gz && \ python3 -m venv /lsiopy && \ pip install -U --no-cache-dir \ - distutils \ pip \ + setuptools \ wheel && \ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r /app/changedetection/requirements.txt && \ echo "**** install playwright ****" && \