On 07/13/2018 09:17 AM, Alex Bennée wrote: > This is just a note that later versions of debootstrap don't > technically need this hack. > > Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > tests/docker/dockerfiles/debian-bootstrap.docker | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/docker/dockerfiles/debian-bootstrap.docker > b/tests/docker/dockerfiles/debian-bootstrap.docker > index 14212b9cf4..e13c26a7ed 100644 > --- a/tests/docker/dockerfiles/debian-bootstrap.docker > +++ b/tests/docker/dockerfiles/debian-bootstrap.docker > @@ -9,6 +9,7 @@ FROM scratch > ADD . / > > # Patch all mounts as docker already has stuff set up > +# (this is not needed for later debootstraps but is harmless atm) > RUN sed -i 's/in_target mount/echo not for docker in_target mount/g' > /debootstrap/functions > > # Run stage 2 >
