summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/centos8.docker
diff options
context:
space:
mode:
authorThomas Huth2020-10-22 18:25:44 +0200
committerThomas Huth2020-10-26 09:54:16 +0100
commitc4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce (patch)
tree31f6f0290ce18b61ace10b7bba6ca9b10f7cc629 /tests/docker/dockerfiles/centos8.docker
parenttests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI (diff)
downloadqemu-c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce.tar.gz
qemu-c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce.tar.xz
qemu-c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce.zip
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/centos8.docker')
-rw-r--r--tests/docker/dockerfiles/centos8.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/centos8.docker b/tests/docker/dockerfiles/centos8.docker
index 585dfad9be..a589142114 100644
--- a/tests/docker/dockerfiles/centos8.docker
+++ b/tests/docker/dockerfiles/centos8.docker
@@ -18,6 +18,7 @@ ENV PACKAGES \
lzo-devel \
make \
mesa-libEGL-devel \
+ nmap-ncat \
nettle-devel \
ninja-build \
perl-Test-Harness \