Skip to content

Commit

Permalink
docker: add commentary to debian-bootstrap.docker
Browse files Browse the repository at this point in the history
This is just a note that later versions of debootstrap don't
technically need this hack.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
  • Loading branch information
stsquad committed Jul 24, 2018
1 parent 571fef5 commit 11cc24a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-bootstrap.docker
Expand Up @@ -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
Expand Down

0 comments on commit 11cc24a

Please sign in to comment.