mirror of
https://github.com/linuxserver/docker-changedetection.io.git
synced 2026-02-04 14:28:11 +08:00
Add the right package
This commit is contained in:
parent
34329c79f2
commit
2e57779a05
@ -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" \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user