diff --git a/Containerfile b/Containerfile index 47ab17cf4a874d68db5a3c301004024b0367d46c..27489de9cbc426c33ca78c7aacbea162f568d1af 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 \