test/docker/dockerfiles: Add missing packages for acceptance tests
commitc4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce
authorThomas Huth <thuth@redhat.com>
Thu, 22 Oct 2020 16:25:44 +0000 (22 18:25 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 26 Oct 2020 08:54:16 +0000 (26 09:54 +0100)
tree31f6f0290ce18b61ace10b7bba6ca9b10f7cc629
parent67202baeaa856e9fe66cffc3a9abeeada1f45a43
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>
tests/docker/dockerfiles/centos8.docker
tests/docker/dockerfiles/debian-amd64.docker
tests/docker/dockerfiles/fedora.docker
tests/docker/dockerfiles/ubuntu2004.docker