mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user