]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
docker: drop QEMU build-dep from bootstrap
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 29 Jun 2018 16:46:02 +0000 (17:46 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 5 Jul 2018 14:59:41 +0000 (15:59 +0100)
This is best done with any child images that actually need it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/dockerfiles/debian-bootstrap.docker

index 3a9125e49770f4677b241c53ad44fe5ed698ba02..14212b9cf4600c7bde01b52341556c9c7b2b1c65 100644 (file)
@@ -17,5 +17,3 @@ RUN /debootstrap/debootstrap --second-stage
 # At this point we can install additional packages if we want
 # Duplicate deb line as deb-src
 RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list
-RUN apt-get update
-RUN apt-get -y build-dep qemu