From: davidplunkett Date: Wed, 6 Feb 2019 20:25:34 +0000 (+0000) Subject: add dependency pip to firstboot.sh X-Git-Tag: 1.0.0~35 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F375%2F1;p=redfish.git add dependency pip to firstboot.sh Change-Id: I4bbaee1075f125e5b849cfc9311c465b1cb946af Signed-off-by: davidplunkett --- diff --git a/firstboot.sh.template b/firstboot.sh.template index c8fafd1..2fd804b 100644 --- a/firstboot.sh.template +++ b/firstboot.sh.template @@ -42,8 +42,8 @@ apt-get install -y docker.io aufs-tools 2>&1 echo "Checking that docker is running" docker ps -echo "Installing sshpass, python-requests and xorriso" -apt-get install -y sshpass python-requests python-yaml python-jinja2 xorriso 2>&1 +echo "Installing sshpass, pip, requests, yaml, jinja2 and xorriso" +apt-get install -y sshpass python-pip python-requests python-yaml python-jinja2 xorriso 2>&1 exit