From: John Snow Date: Thu, 26 May 2022 00:09:20 +0000 (-0400) Subject: tests: add python3-venv to debian10.docker X-Git-Tag: v7.1.0-rc0~76^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e184036a0e12cbfb8980362cd4de18268b4d0c38;p=thirdparty%2Fqemu.git tests: add python3-venv to debian10.docker This is needed to be able to add a venv-building step to 'make check'; the clang-user job in particular needs this to be able to run check-unit. Signed-off-by: John Snow Reviewed-by: Paolo Bonzini Message-Id: <20220526000921.1581503-9-jsnow@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/docker/dockerfiles/debian10.docker b/tests/docker/dockerfiles/debian10.docker index b414af1b9f7..03be9230664 100644 --- a/tests/docker/dockerfiles/debian10.docker +++ b/tests/docker/dockerfiles/debian10.docker @@ -34,4 +34,5 @@ RUN apt update && \ python3 \ python3-sphinx \ python3-sphinx-rtd-theme \ + python3-venv \ $(apt-get -s build-dep --arch-only qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)