ignore linter error
This commit is contained in:
parent
fa8c30650f
commit
127c677e23
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ USER ansible-dev
|
|||
WORKDIR /home/ansible-dev/
|
||||
|
||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||
# hadolint ignore=DL3001
|
||||
# hadolint ignore=DL3001,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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue