aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/dockerfiles/debian-amd64.docker
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-10-22 18:25:44 +0200
committerThomas Huth <thuth@redhat.com>2020-10-26 09:54:16 +0100
commitc4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce (patch)
tree31f6f0290ce18b61ace10b7bba6ca9b10f7cc629 /tests/docker/dockerfiles/debian-amd64.docker
parent67202baeaa856e9fe66cffc3a9abeeada1f45a43 (diff)
downloadqemu-c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce.zip
qemu-c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce.tar.gz
qemu-c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce.tar.bz2
test/docker/dockerfiles: Add missing packages for acceptance tests
Some of the "check-acceptance" tests are still skipped in the CI since the docker images do not provide the necessary packages, e.g. the netcat binary. Add them to get more test coverage. Message-Id: <20201023073351.251332-5-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/debian-amd64.docker')
-rw-r--r--tests/docker/dockerfiles/debian-amd64.docker3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/debian-amd64.docker b/tests/docker/dockerfiles/debian-amd64.docker
index 314c6ba..55075d9 100644
--- a/tests/docker/dockerfiles/debian-amd64.docker
+++ b/tests/docker/dockerfiles/debian-amd64.docker
@@ -23,6 +23,9 @@ RUN apt update && \
libsnappy-dev \
libvte-dev \
netcat-openbsd \
+ openssh-client \
+ python3-numpy \
+ python3-opencv \
python3-venv
# virgl