diff --git a/Dockerfile b/Dockerfile index 8c09406..3e4a71e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update \ && apt-get clean # dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh +# hadolint ignore=DL3001 RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \ && git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles \ && ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \