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 '*'