diff --git a/.trivyignore b/.trivyignore.yaml similarity index 100% rename from .trivyignore rename to .trivyignore.yaml diff --git a/Dockerfile b/Dockerfile index 96b6726..d66dd47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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