ignore linter warnings
This commit is contained in:
parent
950649ca64
commit
bbf5ff46ce
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
|
||||||
&& vim +PluginInstall +qall
|
&& vim +PluginInstall +qall
|
||||||
|
|
||||||
# setup motd
|
# setup motd
|
||||||
|
# hadolint ignore=DL3001,DL4006,DL2086
|
||||||
RUN vim --version | head -1 > /etc/motd \
|
RUN vim --version | head -1 > /etc/motd \
|
||||||
&& ansible --version | head -1 >> /etc/motd \
|
&& ansible --version | head -1 >> /etc/motd \
|
||||||
&& git -v >> /etc/motd \
|
&& git -v >> /etc/motd \
|
||||||
|
|
Loading…
Reference in a new issue