From 00267e40361529fe923348f3e3ebc0b9d34229ab Mon Sep 17 00:00:00 2001 From: davidplunkett Date: Wed, 6 Feb 2019 20:25:34 +0000 Subject: [PATCH] add dependency pip to firstboot.sh Change-Id: I4bbaee1075f125e5b849cfc9311c465b1cb946af Signed-off-by: davidplunkett --- firstboot.sh.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6