changed Files: Dockerfile
Some checks failed
lint, build and push / build (push) Failing after 54s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-29 13:15:19 +01:00
parent 610484f2f2
commit eae898d0da

View file

@ -35,7 +35,6 @@ WORKDIR /home/ansible-dev/
# && rm -rf requirements.yaml
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
RUN echo ${{ secrets.GITUSER }} ${{ secrets.GITUSERPW }}
# hadolint ignore=DL3001
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 \