mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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>
This commit is contained in:
parent
67202baeaa
commit
c4cb1c9f2e
4 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ ENV PACKAGES \
|
||||||
lzo-devel \
|
lzo-devel \
|
||||||
make \
|
make \
|
||||||
mesa-libEGL-devel \
|
mesa-libEGL-devel \
|
||||||
|
nmap-ncat \
|
||||||
nettle-devel \
|
nettle-devel \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
perl-Test-Harness \
|
perl-Test-Harness \
|
||||||
|
|
|
@ -23,6 +23,9 @@ RUN apt update && \
|
||||||
libsnappy-dev \
|
libsnappy-dev \
|
||||||
libvte-dev \
|
libvte-dev \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
|
openssh-client \
|
||||||
|
python3-numpy \
|
||||||
|
python3-opencv \
|
||||||
python3-venv
|
python3-venv
|
||||||
|
|
||||||
# virgl
|
# virgl
|
||||||
|
|
|
@ -73,6 +73,7 @@ ENV PACKAGES \
|
||||||
mingw64-pixman \
|
mingw64-pixman \
|
||||||
mingw64-pkg-config \
|
mingw64-pkg-config \
|
||||||
mingw64-SDL2 \
|
mingw64-SDL2 \
|
||||||
|
nmap-ncat \
|
||||||
ncurses-devel \
|
ncurses-devel \
|
||||||
nettle-devel \
|
nettle-devel \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
|
|
@ -47,6 +47,7 @@ ENV PACKAGES flex bison \
|
||||||
libxen-dev \
|
libxen-dev \
|
||||||
libzstd-dev \
|
libzstd-dev \
|
||||||
make \
|
make \
|
||||||
|
netcat-openbsd \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-numpy \
|
python3-numpy \
|
||||||
python3-opencv \
|
python3-opencv \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue