diff --git a/Dockerfile b/Dockerfile index 4f07158..4c91287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \