support/docker: add python3

The test infra will soon be converted to Python 3 only.
So add the interpreter and also the Python 3 variant of modules nose2
and pexpect to the docker image used to run runtime tests.

Keep the Python 2 variant of those modules to allow a gradual
transition.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Nicolas Carrier <nicolas.carrier@orolia.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Ricardo Martincoski 2019-10-27 13:36:53 +00:00 committed by Thomas Petazzoni
parent 17eb6ae92a
commit 8b44338ec5

View File

@ -39,6 +39,9 @@ RUN apt-get install -y --no-install-recommends \
python-flake8 \
python-nose2 \
python-pexpect \
python3 \
python3-nose2 \
python3-pexpect \
qemu-system-arm \
qemu-system-x86 \
rsync \