From a3e0ade7d9f47ebdf07f513c0bcb9bdd07842415 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 9 Jan 2025 21:23:41 +0100 Subject: [PATCH] add pyenv --- .github/test/Dockerfile-alpine | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/test/Dockerfile-alpine b/.github/test/Dockerfile-alpine index 2c0d6ff6c97..132391671f5 100644 --- a/.github/test/Dockerfile-alpine +++ b/.github/test/Dockerfile-alpine @@ -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 \