Skip to content

Commit

Permalink
add pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Jan 9, 2025
1 parent 18fc53b commit a3e0ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/test/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN \
poppler-utils \
python3 && \
echo "**** pip3 install test of changedetection.io ****" && \
python3 -m venv /lsiopy && \
pip install -U pip wheel setuptools && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.21/ -r /requirements.txt && \
apk del --purge \
Expand Down

0 comments on commit a3e0ade

Please sign in to comment.