set entrypoint
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-29 15:59:43 +02:00
parent c7a5efa87f
commit 10a4cec68f

View file

@ -49,3 +49,5 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall \
&& git config --global --add safe.directory '*'
ENTRYPOINT ["/bin/bash"]