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 f9e7500 commit bc0d647Copy full SHA for bc0d647
Vagrantfile
@@ -17,6 +17,8 @@ Vagrant.configure(2) do |config|
17
sudo echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list
18
sudo apt update
19
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
+ sudo DEBIAN_FRONTEND=noninteractive apt install python3-pip -y
21
+ sudo pip3 install ruamel.yaml
22
SHELL
23
gitian.vm.provision "ansible" do |ansible|
24
ansible.playbook = "gitian.yml"
0 commit comments