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
Some checks failed
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3d55b16e7b
commit
316eba9d42
@ -21,6 +21,7 @@ RUN apk add --no-cache \
|
|||||||
ENV VIRTUAL_ENV=/venv
|
ENV VIRTUAL_ENV=/venv
|
||||||
RUN python -m venv $VIRTUAL_ENV
|
RUN python -m venv $VIRTUAL_ENV
|
||||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||||
|
ENV PYTHONPYCACHEPREFIX="$HOME/.cache/cpython/"
|
||||||
|
|
||||||
# Install CloudBender
|
# Install CloudBender
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user