From f28bf295fdf3d68ff3c21a3bb14fc2400c905224 Mon Sep 17 00:00:00 2001 From: Kurt Roscher Date: Sat, 18 Oct 2025 18:42:22 +0200 Subject: [PATCH] Fix warnings from Git about workdir with different owner --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 47ab17cf4..27489de9c 100644 --- a/Containerfile +++ b/Containerfile @@ -31,6 +31,9 @@ ARG PERL_VERSION ARG WITH_RECOMMENDS ARG WITH_SUGGESTS +# Git workdir will be mounted from host and files will have different owner +RUN git config --global --add safe.directory /usr/src/app + RUN cpm install \ --global \ --no-test \ -- GitLab