From 9f8fd4a8cbb3dc546d49df948d26d401729f8241 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 29 Nov 2024 13:01:02 +0100 Subject: [PATCH] fix another linter error Signed-off-by: Michael Grote --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8836493..1ecc6b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ RUN ansible-galaxy install -r requirements.yaml \ # dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh # hadolint ignore=DL3001 +# shellcheck disable=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 \