add dependency pip to firstboot.sh 75/375/1
authordavidplunkett <dp7642@att.com>
Wed, 6 Feb 2019 20:25:34 +0000 (20:25 +0000)
committerdavidplunkett <dp7642@att.com>
Wed, 6 Feb 2019 20:25:34 +0000 (20:25 +0000)
Change-Id: I4bbaee1075f125e5b849cfc9311c465b1cb946af
Signed-off-by: davidplunkett <dp7642@att.com>
firstboot.sh.template

index c8fafd1..2fd804b 100644 (file)
@@ -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