Skip to content

Commit

Permalink
Add the right package
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jun 17, 2024
1 parent 34329c7 commit 2e57779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****" && \
Expand Down

0 comments on commit 2e57779

Please sign in to comment.