diff --git a/Dockerfile b/Dockerfile index aa06290..ac3e50b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,3 +49,5 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v && ln -s ~/dotfiles/.bash_extra ~/.bashrc \ && vim +PluginInstall +qall \ && git config --global --add safe.directory '*' + +ENTRYPOINT ["/bin/bash"]