We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fc53b commit a3e0adeCopy full SHA for a3e0ade
.github/test/Dockerfile-alpine
@@ -27,6 +27,7 @@ RUN \
27
poppler-utils \
28
python3 && \
29
echo "**** pip3 install test of changedetection.io ****" && \
30
+ python3 -m venv /lsiopy && \
31
pip install -U pip wheel setuptools && \
32
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ -r /requirements.txt && \
33
apk del --purge \
0 commit comments