aboutsummaryrefslogtreecommitdiff
path: root/tests/docker
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2022-05-25 20:09:20 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2022-06-06 09:26:54 +0200
commite184036a0e12cbfb8980362cd4de18268b4d0c38 (patch)
tree711a154f7c905746f045a09d85e2fcab5961dacf /tests/docker
parentf4c66f17051f0dee0e6070c6b78a78e7425b5c96 (diff)
downloadqemu-e184036a0e12cbfb8980362cd4de18268b4d0c38.zip
qemu-e184036a0e12cbfb8980362cd4de18268b4d0c38.tar.gz
qemu-e184036a0e12cbfb8980362cd4de18268b4d0c38.tar.bz2
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 <jsnow@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220526000921.1581503-9-jsnow@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/docker')
-rw-r--r--tests/docker/dockerfiles/debian10.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/debian10.docker b/tests/docker/dockerfiles/debian10.docker
index b414af1..03be923 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)