Commit 11cc24a1 authored by Alex Bennée's avatar Alex Bennée
Browse files

docker: add commentary to debian-bootstrap.docker



This is just a note that later versions of debootstrap don't
technically need this hack.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
parent 571fef5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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