From 8b18b717f5639c714e3d3ac8abd92a7550faa809 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 29 Nov 2024 13:11:04 +0100 Subject: [PATCH] changed Files: Dockerfile Signed-off-by: Michael Grote --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ff5f52..147229f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ WORKDIR /home/ansible-dev/ # && rm -rf requirements.yaml # dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh -echo ${{ secrets.GITUSER }} ${{ secrets.GITUSERPW }} +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 \