set entrypoint
This commit is contained in:
parent
c7a5efa87f
commit
10a4cec68f
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue