Fix root ownership (#6901)
Without this, builds are done with the docker user.
We do not change ownership, so it means git objects files
are edited as root.
This leads to follow up issues in the repo like:
"insufficient permission for adding an object to repository database .git/objects".
Partial-Fixes: #6900
Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>