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.
1 parent e07703a commit f9e7500Copy full SHA for f9e7500
Vagrantfile
@@ -16,7 +16,7 @@ Vagrant.configure(2) do |config|
16
gitian.vm.provision "shell", inline: <<-SHELL
17
sudo echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list
18
sudo apt update
19
- sudo apt install bridge-utils apt-cacher-ng curl gpg sudo ruby qemu-utils python3-cheetah make lxc lintian kpartx gnupg2 git-core debootstrap -y
+ sudo DEBIAN_FRONTEND=noninteractive apt install bridge-utils apt-cacher-ng curl gpg sudo ruby qemu-utils python3-cheetah make lxc lintian kpartx gnupg2 git-core debootstrap -y
20
SHELL
21
gitian.vm.provision "ansible" do |ansible|
22
ansible.playbook = "gitian.yml"
0 commit comments