diff --git a/Dockerfile b/Dockerfile index 0247b8547..4a6faeb80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,6 +75,9 @@ RUN \ -path "*/__pycache__/*" \ -exec rm -f {} \; +# Trust git directory, required for git >= 2.35.2 +RUN git config --global --add safe.directory /docs + # Set working directory WORKDIR /docs