Skip to content

Commit a3e0ade

Browse files
committed
add pyenv
1 parent 18fc53b commit a3e0ade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/test/Dockerfile-alpine

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN \
2727
poppler-utils \
2828
python3 && \
2929
echo "**** pip3 install test of changedetection.io ****" && \
30+
python3 -m venv /lsiopy && \
3031
pip install -U pip wheel setuptools && \
3132
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ -r /requirements.txt && \
3233
apk del --purge \

0 commit comments

Comments
 (0)