From 1d659d0342956512defe672515791e23c1990945 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Sat, 10 Oct 2020 00:13:22 +1300 Subject: [PATCH] Fix the image CI job Change-Id: I08a3a5873bf883c453e86e662296f7d0c7fbaf49 --- integration/scripts/trovestack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack index 53334244f2..1c121f9dde 100755 --- a/integration/scripts/trovestack +++ b/integration/scripts/trovestack @@ -751,7 +751,7 @@ 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 squashfs-tools python3-pip + sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS install qemu git kpartx debootstrap squashfs-tools python3-pip python3-setuptools sudo -H $HTTP_PROXY pip3 install diskimage-builder build_guest_image ${image_guest_os} ${image_guest_release} ${dev_mode} ${guest_username} ${output}