Skip to content

Commit

Permalink
docker: base debian-tricore on qemu:debian9
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Jul 24, 2018
1 parent 1818d50 commit e043d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/dockerfiles/debian-tricore-cross.docker
Expand Up @@ -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>

Expand Down

0 comments on commit e043d73

Please sign in to comment.