diff --git a/Dockerfile b/Dockerfile index f903293..1bd0dea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,9 @@ 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 \ + && mkdir /home/ansible-user/ansible-homeserver ENTRYPOINT ["/home/ansible-user/start_tmux.sh"] + +#mount to non root user?