build_uec requires libvirt
This commit is contained in:
parent
ec74eef187
commit
2679303c89
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if [ ! -e $TOP_DIR/localrc ]; then
|
|||
fi
|
||||
|
||||
# Install deps if needed
|
||||
DEPS="kvm libvirt-bin kpartx cloud-utils"
|
||||
DEPS="kvm libvirt-bin kpartx cloud-utils curl"
|
||||
dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
|
||||
|
||||
# Where to store files and instances
|
||||
|
|
Loading…
Reference in a new issue