tests/docker: move most cross compilers to buster base

This includes fixing up the dependencies (Which were already wrong for
one of the mips variants).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200203090932.19147-2-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2020-02-03 09:09:16 +00:00
parent 7bd9d0a9e2
commit 698a71edbe
8 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,7 @@
#
# This docker target builds on the debian Stretch base image.
#
FROM qemu:debian9
FROM qemu:debian10
# Add the s390x architecture
RUN dpkg --add-architecture s390x