always check deps
diff --git a/tools/build_uec.sh b/tools/build_uec.sh
index 80373dc..d95ba77 100755
--- a/tools/build_uec.sh
+++ b/tools/build_uec.sh
@@ -34,7 +34,7 @@
 
 # Install deps if needed
 DEPS="kvm libvirt-bin kpartx cloud-utils curl"
-dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
+apt-get install -y --force-yes $DEPS
 
 # Where to store files and instances
 WORK_DIR=${WORK_DIR:-/opt/kvmstack}