qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

docker: build debootstrap after cloning

When using the git version of debootstrap (because no usable version
of debootstrap was installed on the host), we need to run 'make' so
that devices.tar.gz gets built. Otherwise the first debootstrap stage
will fail without printing any error message.

Signed-off-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Message-Id: <1473192351-601-8-git-send-email-silbe@linux.vnet.ibm.com>
Signed-off-by: Fam Zheng <famz@redhat.com>

authored by

Sascha Silbe and committed by
Fam Zheng
ae2f659c 00263139

+1
+1
tests/docker/dockerfiles/debian-bootstrap.pre
··· 57 57 git clone ${DEBOOTSTRAP_SOURCE} ./debootstrap.git 58 58 export DEBOOTSTRAP_DIR=./debootstrap.git 59 59 DEBOOTSTRAP=./debootstrap.git/debootstrap 60 + (cd "${DEBOOTSTRAP_DIR}" && "${FAKEROOT}" make ) 60 61 fi 61 62 else 62 63 DEBOOTSTRAP=${DEBOOTSTRAP_DIR}/debootstrap