Add dnsutils to vagrant nodes

This commit is contained in:
Aleksandr Didenko
2016-07-04 11:32:33 +02:00
parent 11b6e31c55
commit e68d6575cd
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ echo master > /var/tmp/role
# Some debug tools
sudo apt-get --yes update
sudo apt-get --yes upgrade
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git dnsutils
# SSH keys and config
sudo rm -rf /root/.ssh

View File

@@ -4,7 +4,7 @@ echo node > /var/tmp/role
# Some debug tools
sudo apt-get --yes update
sudo apt-get --yes upgrade
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git
sudo apt-get --yes install screen vim telnet tcpdump python-pip traceroute iperf3 nmap ethtool curl git dnsutils
# SSH
sudo rm -rf /root/.ssh