mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Use -qq flag on apt-get to quiet installations of packages
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -29,5 +29,5 @@ Vagrant::configure("2") do |config|
|
||||
vb.customize ["modifyvm", :id, "--memory", BOX_MEMORY]
|
||||
end
|
||||
|
||||
config.vm.provision :shell, :inline => "apt-get -y install git && cd /root/dokku && #{make_cmd}"
|
||||
config.vm.provision :shell, :inline => "apt-get -qq -y install git > /dev/null && cd /root/dokku && #{make_cmd}"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user