mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Update debian package building due to manage generation changes
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -47,6 +47,7 @@ Vagrant::configure("2") do |config|
|
||||
end
|
||||
|
||||
config.vm.define "build", autostart: false do |vm|
|
||||
vm.vm.provision :shell, :inline => "apt-get -qq -y install git > /dev/null && cd /root/dokku && #{make_cmd}"
|
||||
vm.vm.provision :shell, :inline => "cd /root/dokku && make deb-all"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user