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:
Alex Bennée 2020-07-01 14:56:37 +01:00
parent e6f1306b10
commit cdc61815c7
2 changed files with 16 additions and 1 deletions

View File

@ -80,7 +80,12 @@ ENV PACKAGES \
pixman-devel \
python3 \
python3-PyYAML \
python3-numpy \
python3-opencv \
python3-pillow \
python3-pip \
python3-sphinx \
python3-virtualenv \
rdma-core-devel \
SDL2-devel \
snappy-devel \
@ -89,6 +94,8 @@ ENV PACKAGES \
systemd-devel \
systemtap-sdt-devel \
tar \
tesseract \
tesseract-langpack-eng \
texinfo \
usbredir-devel \
virglrenderer-devel \

View File

@ -46,9 +46,17 @@ ENV PACKAGES flex bison \
libxen-dev \
libzstd-dev \
make \
python3-yaml \
python3-numpy \
python3-opencv \
python3-pil \
python3-pip \
python3-sphinx \
python3-venv \
python3-yaml \
rpm2cpio \
sparse \
tesseract-ocr \
tesseract-ocr-eng \
texinfo \
xfslibs-dev\
vim