Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment