#================= # Setup git to access working directory across docker boundary. # This avoids the "fatal: detected dubious ownership in repository XYZ" # git error. RUN git config --global --add safe.directory '*' RUN git config --global protocol.file.allow always