mirror of
https://github.com/linuxserver/docker-changedetection.io.git
synced 2026-01-20 20:32:09 +08:00
Remove setuptools
This commit is contained in:
parent
9333fc9938
commit
cd9a044856
@ -45,7 +45,6 @@ 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 /app/changedetection/requirements.txt && \
|
||||
PLAYWRIGHT_PY_RELEASE=$(curl -sX GET "https://api.github.com/repos/microsoft/playwright-python/releases/latest" \
|
||||
|
||||
@ -45,7 +45,6 @@ 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 /app/changedetection/requirements.txt && \
|
||||
echo "**** install playwright ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user