Housekeeping
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Michael Grote 2024-07-30 14:20:32 +02:00
parent dbb4d62d3d
commit 38c671749c

View file

@ -70,7 +70,6 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
&& rm ~/.bashrc \ && rm ~/.bashrc \
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \ && ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall \ && vim +PluginInstall +qall
&& mkdir /home/ansible-dev/ansible-homeserver
ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"] ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"]