debug: remove more things...
This commit is contained in:
parent
4fb8a8e89c
commit
ab7ab23d2b
1 changed files with 1 additions and 9 deletions
10
Dockerfile
10
Dockerfile
|
@ -47,15 +47,7 @@ WORKDIR /home/ansible-dev/
|
||||||
|
|
||||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||||
# hadolint ignore=DL3001,SC1083
|
# hadolint ignore=DL3001,SC1083
|
||||||
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
RUN git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||||
&& 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
|
|
||||||
|
|
||||||
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|
Loading…
Add table
Reference in a new issue