ci: Fix scans, prevent pvc files from ending up in the final image
Some checks failed
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit

This commit is contained in:
Stefan Reimer 2025-05-24 13:39:22 +00:00
parent 3d55b16e7b
commit 316eba9d42
2 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN apk add --no-cache \
ENV VIRTUAL_ENV=/venv
RUN python -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
ENV PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/"
# Install CloudBender
WORKDIR /app