mirror of https://github.com/xemu-project/xemu.git
tests/docker: add packages needed for check-acceptance
We need additional python packages to run check-acceptance. Add them to the docker images we will be using later. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200701135652.1366-26-alex.bennee@linaro.org>
This commit is contained in:
parent
e6f1306b10
commit
cdc61815c7
|
@ -80,7 +80,12 @@ ENV PACKAGES \
|
||||||
pixman-devel \
|
pixman-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-PyYAML \
|
python3-PyYAML \
|
||||||
|
python3-numpy \
|
||||||
|
python3-opencv \
|
||||||
|
python3-pillow \
|
||||||
|
python3-pip \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
|
python3-virtualenv \
|
||||||
rdma-core-devel \
|
rdma-core-devel \
|
||||||
SDL2-devel \
|
SDL2-devel \
|
||||||
snappy-devel \
|
snappy-devel \
|
||||||
|
@ -89,6 +94,8 @@ ENV PACKAGES \
|
||||||
systemd-devel \
|
systemd-devel \
|
||||||
systemtap-sdt-devel \
|
systemtap-sdt-devel \
|
||||||
tar \
|
tar \
|
||||||
|
tesseract \
|
||||||
|
tesseract-langpack-eng \
|
||||||
texinfo \
|
texinfo \
|
||||||
usbredir-devel \
|
usbredir-devel \
|
||||||
virglrenderer-devel \
|
virglrenderer-devel \
|
||||||
|
|
|
@ -46,9 +46,17 @@ ENV PACKAGES flex bison \
|
||||||
libxen-dev \
|
libxen-dev \
|
||||||
libzstd-dev \
|
libzstd-dev \
|
||||||
make \
|
make \
|
||||||
python3-yaml \
|
python3-numpy \
|
||||||
|
python3-opencv \
|
||||||
|
python3-pil \
|
||||||
|
python3-pip \
|
||||||
python3-sphinx \
|
python3-sphinx \
|
||||||
|
python3-venv \
|
||||||
|
python3-yaml \
|
||||||
|
rpm2cpio \
|
||||||
sparse \
|
sparse \
|
||||||
|
tesseract-ocr \
|
||||||
|
tesseract-ocr-eng \
|
||||||
texinfo \
|
texinfo \
|
||||||
xfslibs-dev\
|
xfslibs-dev\
|
||||||
vim
|
vim
|
||||||
|
|
Loading…
Reference in New Issue