ignore linter warnings
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Michael Grote 2024-07-30 20:20:40 +02:00
parent 950649ca64
commit bbf5ff46ce

View file

@ -71,6 +71,7 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& vim +PluginInstall +qall
# setup motd
# hadolint ignore=DL3001,DL4006,DL2086
RUN vim --version | head -1 > /etc/motd \
&& ansible --version | head -1 >> /etc/motd \
&& git -v >> /etc/motd \