test mkdir for bindmount
This commit is contained in:
parent
118bbd5101
commit
4821253bc0
1 changed files with 4 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue