]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docker: base debian-tricore on qemu:debian9
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 9 Jul 2018 11:20:19 +0000 (12:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jul 2018 10:45:25 +0000 (11:45 +0100)
We need both git and a working compiler to build the tools. Although
the qemu:debian9 image also has a bunch of extra dependencies it would
be fairly unusual for a user not to already have this layer available
for one of our many other docker images so lets not complicate things.

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

index 898b8dd511d918e1413a9e213b550715ca80d563..180ca646c83e6faecc61762a9260a17324f069fc 100644 (file)
@@ -7,7 +7,7 @@
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
-FROM debian:9
+FROM qemu:debian9
 
 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>