OSDN Git Service

docker: build debootstrap after cloning
authorSascha Silbe <silbe@linux.vnet.ibm.com>
Tue, 6 Sep 2016 20:05:50 +0000 (22:05 +0200)
committerFam Zheng <famz@redhat.com>
Thu, 8 Sep 2016 11:56:34 +0000 (19:56 +0800)
commitae2f659ca5eb8e39a83b11dc55e7e474b536e4e6
tree6910acd64f4500ca7af7e11be16fbb5fd8294623
parent00263139f888bfb1cb144790799c62cb60fe4cb6
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>
tests/docker/dockerfiles/debian-bootstrap.pre