Add dnsutils to vagrant nodes
This commit is contained in:
parent
11b6e31c55
commit
e68d6575cd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue