ignore another linter warning
This commit is contained in:
parent
bbf5ff46ce
commit
1e561beb5d
1 changed files with 1 additions and 2 deletions
|
@ -71,7 +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
|
||||
# hadolint ignore=DL3001,DL4006,SC2086
|
||||
RUN vim --version | head -1 > /etc/motd \
|
||||
&& ansible --version | head -1 >> /etc/motd \
|
||||
&& git -v >> /etc/motd \
|
||||
|
@ -81,5 +81,4 @@ RUN vim --version | head -1 > /etc/motd \
|
|||
&& echo "" >> /etc/motd \
|
||||
&& echo "ansible-devspace" | figlet -l -w 100 | /usr/games/lolcat >> /etc/motd
|
||||
|
||||
|
||||
ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"]
|
||||
|
|
Loading…
Reference in a new issue