From ab7ab23d2b48ef8c0e52d1b4a859f9d238e26cf5 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 30 Dec 2024 20:17:35 +0100 Subject: [PATCH] debug: remove more things... --- Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index c0ff2d1..3632a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,15 +47,7 @@ WORKDIR /home/ansible-dev/ # dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh # hadolint ignore=DL3001,SC1083 -RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \ - && git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles \ - && ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \ - && ln -s ~/dotfiles/.gitconfig ~/.gitconfig \ - && ln -s ~/dotfiles/.vimrc ~/.vimrc \ - && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ - && rm ~/.bashrc \ - && ln -s ~/dotfiles/.bash_extra ~/.bashrc \ - && vim +PluginInstall +qall +RUN git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles COPY --chown=ansible-dev:ansible-dev start_tmux.sh . ENTRYPOINT []