summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-09-22 00:07:34 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-09-22 00:07:34 +1200
commit83bf6ce1b92a292dcf976d506d7cc4635f9909ba (patch)
tree1a9eff4f5195ec25906195f4f46adbec65262bae
parentf31ac7463a5ee93d139eecd62c41132bbd0ce520 (diff)
downloadtrove-83bf6ce1b92a292dcf976d506d7cc4635f9909ba.tar.gz
Install pip3 for image build
Change-Id: Ie5a473dcf69de9f7b87dd03987f10239a9bff795
-rwxr-xr-xintegration/scripts/trovestack4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack
index a6435cd1..efcef85c 100755
--- a/integration/scripts/trovestack
+++ b/integration/scripts/trovestack
@@ -789,8 +789,8 @@ function cmd_build_image() {
echo "Ensuring we have all packages needed to build image."
sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS update
- sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS install qemu git kpartx debootstrap
- sudo -H $HTTP_PROXY pip install diskimage-builder
+ sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS install qemu git kpartx debootstrap python3-pip
+ sudo -H $HTTP_PROXY pip3 install diskimage-builder
exclaim "Use diskimage-builder to actually build the Trove Guest Agent Image."
build_guest_image $IMAGE_DATASTORE_TYPE $IMAGE_GUEST_OS $IMAGE_GUEST_RELEASE $DEV_MODE ${guest_username} $output