From 38c671749c8b3da46eda37e51c7a0e409f49644f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 30 Jul 2024 14:20:32 +0200 Subject: [PATCH] Housekeeping --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]