Skip to content
Snippets Groups Projects
Commit c382d202 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 b4dee406
No related branches found
No related tags found
1 merge request!46Merging develop into main
......@@ -122,6 +122,8 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
\
composer selfupdate && \
\
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 && \
ln -sf /usr/local/bin/docker-compose /usr/local/bin/d-c && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment