From: davidplunkett Date: Wed, 6 Feb 2019 19:23:36 +0000 (+0000) Subject: install yaml and jinja2 during firstboot X-Git-Tag: 1.0.0~37 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=18aa6d0d7260df4f9fc1110a5713f7cfb3ed9664;p=redfish.git install yaml and jinja2 during firstboot Change-Id: I3a1ace523a2d9110128ca6fea999146d1266e680 Signed-off-by: davidplunkett --- 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