We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ee6df6 + e7c0036 commit cb64b2eCopy full SHA for cb64b2e
Vagrantfile
@@ -26,7 +26,7 @@ Vagrant.configure(2) do |config|
26
[ #"echo 127.0.1.1 `cat /etc/hostname` >> /etc/hosts", work around a bug in official Ubuntu Xenial cloud images
27
"apt-get update",
28
"apt-get dist-upgrade -y",
29
- "apt-get -y install curl build-essential git tig vim john nmap libpq-dev libpcap-dev gnupg fortune postgresql postgresql-contrib",
+ "apt-get -y install curl build-essential git tig vim john nmap libpq-dev libpcap-dev gnupg2 fortune postgresql postgresql-contrib",
30
].each do |step|
31
config.vm.provision "shell", inline: step
32
end
0 commit comments