Fix prereqs
Added ruby. LXC and KVM both need python-vm-builder. And apt-cacher never worked for me, but apt-cacher-ng does.
This commit is contained in:
parent
fb638519f2
commit
abf0d10c2c
@ -12,11 +12,10 @@ This performs a build inside a VM, with deterministic inputs and outputs. If th
|
||||
|
||||
Install prereqs:
|
||||
|
||||
sudo apt-get install apt-cacher
|
||||
sudo service apt-cacher start
|
||||
sudo apt-get install apt-cacher-ng python-vm-builder ruby
|
||||
|
||||
If you want to use kvm:
|
||||
sudo apt-get install python-vm-builder qemu-kvm
|
||||
sudo apt-get install qemu-kvm
|
||||
|
||||
or alternatively, lxc (no need for hardware support):
|
||||
sudo apt-get install debootstrap lxc
|
||||
|
Loading…
Reference in New Issue
Block a user