Skip to content
Snippets Groups Projects
Commit 2fffd77b authored by jurgenhaas's avatar jurgenhaas
Browse files

Configure git "safe.directory=*" globally as it doesn't seem to work as a system setting

parent c382d202
No related branches found
No related tags found
1 merge request!47Merging develop into main
......@@ -122,7 +122,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
\
composer selfupdate && \
\
git config --global --add safe.directory * && \
git config --global --add safe.directory '*' && \
\
ln -sf /usr/local/bin/ahoy /usr/local/bin/a && \
ln -sf /usr/local/bin/composer /usr/local/bin/c && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment