From c7a5efa87f1eb0d3e3713b1c63b455579fcb1cf7 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 29 Jul 2024 15:48:42 +0200 Subject: [PATCH] git: configure safe-directory --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e05af64..aa06290 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,4 +47,5 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ && rm ~/.bashrc \ && ln -s ~/dotfiles/.bash_extra ~/.bashrc \ - && vim +PluginInstall +qall + && vim +PluginInstall +qall \ + && git config --global --add safe.directory '*'