From: Alex Bennée Date: Mon, 9 Jul 2018 11:20:19 +0000 (+0100) Subject: docker: base debian-tricore on qemu:debian9 X-Git-Tag: v3.0.0-rc2~4^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e043d7321236d753dca7b27779fbed59c5e6ce5d;p=thirdparty%2Fqemu.git docker: base debian-tricore on qemu:debian9 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 Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker index 898b8dd511d..180ca646c83 100644 --- a/tests/docker/dockerfiles/debian-tricore-cross.docker +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker @@ -7,7 +7,7 @@ # # SPDX-License-Identifier: GPL-2.0-or-later # -FROM debian:9 +FROM qemu:debian9 MAINTAINER Philippe Mathieu-Daudé