As we check out we need git installed before we start. We would have had this based on the heavier qemu:debian9 image but we only use plain debian:9 here.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- tests/docker/dockerfiles/debian-tricore-cross.docker | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker index 898b8dd511..5ba3ca88a7 100644 --- a/tests/docker/dockerfiles/debian-tricore-cross.docker +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker @@ -11,6 +11,9 @@ FROM debian:9 MAINTAINER Philippe Mathieu-Daudé <f4...@amsat.org> +RUN apt-get update && \ + DEBIAN_FRONTEND=noninteractive apt-get install -yy git + RUN git clone --single-branch \ https://github.com/bkoppelmann/tricore-binutils.git \ /usr/src/binutils && \ -- 2.17.1