Add the right package

This commit is contained in:
thespad 2024-06-17 09:49:59 +01:00
parent 34329c79f2
commit 2e57779a05
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 2 deletions

View File

@ -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" \

View File

@ -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 ****" && \