diff options
| author | Alex Bennée | 2020-07-01 15:56:37 +0200 |
|---|---|---|
| committer | Alex Bennée | 2020-07-11 16:53:00 +0200 |
| commit | cdc61815c7da72469514aa230414d22df6fc087d (patch) | |
| tree | e568e95052af833fd9f7e7d30aac796d5b655694 /tests/docker/dockerfiles/ubuntu2004.docker | |
| parent | tests/docker: add --registry support to tooling (diff) | |
| download | qemu-cdc61815c7da72469514aa230414d22df6fc087d.tar.gz qemu-cdc61815c7da72469514aa230414d22df6fc087d.tar.xz qemu-cdc61815c7da72469514aa230414d22df6fc087d.zip | |
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>
Diffstat (limited to 'tests/docker/dockerfiles/ubuntu2004.docker')
| -rw-r--r-- | tests/docker/dockerfiles/ubuntu2004.docker | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/ubuntu2004.docker b/tests/docker/dockerfiles/ubuntu2004.docker index 6050ce7e8a..f7aac840bf 100644 --- a/tests/docker/dockerfiles/ubuntu2004.docker +++ b/tests/docker/dockerfiles/ubuntu2004.docker @@ -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 |
