docker: rename debian stable -> 9 (Stretch)

We'll also want to support some older Debian combinations for
architectures that didn't make the Debian 9 cut.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[AJB: extend commit msg]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2017-07-17 21:31:33 -03:00 committed by Alex Bennée
parent ed7023b05b
commit 24044d4825
5 changed files with 18 additions and 13 deletions

View file

@ -1,9 +1,9 @@
#
# Docker armhf cross-compiler target
#
# This docker target builds on the base debian image.
# This docker target builds on the debian Stretch base image.
#
FROM qemu:debian
FROM qemu:debian9
# Add the foreign architecture we want and install dependencies
RUN dpkg --add-architecture armhf