From 18aa6d0d7260df4f9fc1110a5713f7cfb3ed9664 Mon Sep 17 00:00:00 2001 From: davidplunkett Date: Wed, 6 Feb 2019 19:23:36 +0000 Subject: [PATCH] install yaml and jinja2 during firstboot Change-Id: I3a1ace523a2d9110128ca6fea999146d1266e680 Signed-off-by: davidplunkett --- firstboot.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstboot.sh.template b/firstboot.sh.template index 8405f2f..c8fafd1 100644 --- a/firstboot.sh.template +++ b/firstboot.sh.template @@ -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 -- 2.16.6