install yaml and jinja2 during firstboot 73/373/1
authordavidplunkett <dp7642@att.com>
Wed, 6 Feb 2019 19:23:36 +0000 (19:23 +0000)
committerdavidplunkett <dp7642@att.com>
Wed, 6 Feb 2019 19:25:17 +0000 (19:25 +0000)
Change-Id: I3a1ace523a2d9110128ca6fea999146d1266e680
Signed-off-by: davidplunkett <dp7642@att.com>
firstboot.sh.template

index 8405f2f..c8fafd1 100644 (file)
@@ -43,7 +43,7 @@ echo "Checking that docker is running"
 docker ps
 
 echo "Installing sshpass, python-requests and xorriso"
-apt-get install -y sshpass python-requests xorriso  2>&1
+apt-get install -y sshpass python-requests python-yaml python-jinja2 xorriso  2>&1
 
 exit