Install git
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh
index 985e6f8..0ba7657 100755
--- a/scripts/single-node-pod.sh
+++ b/scripts/single-node-pod.sh
@@ -2,6 +2,8 @@
 
 function bootstrap() {
     cd ~
+    sudo apt-get update
+    sudo apt-get -y install git
     git clone https://github.com/open-cloud/openstack-cluster-setup.git
     cd ~/openstack-cluster-setup
     ./bootstrap.sh