diff --git a/Dockerfile b/Dockerfile index 8ab8d92..1fa6045 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,6 @@ 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 \ - && mkdir /home/ansible-dev/ansible-homeserver + && vim +PluginInstall +qall ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"]