diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-02-28 19:06:52 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-03-01 12:45:16 +0000 |
commit | bbe307639db00738b6852a86cf875e2b1c77aeb9 (patch) | |
tree | 7eedff942f9ff4104daaca877b5466cfe9119bcd /tests/docker/dockerfiles/debian-mipsel-cross.docker | |
parent | 88b19e4e1a1bb6a2941a1493ed723cea2b669425 (diff) |
tests/docker: add zstdtools to the images
We need this to be able to run the tuxrun_baseline tests in CI which
in turn helps us reduce overhead running other tests. We need to
update libvirt-ci and refresh the generated files by running 'make
lcitool-refresh' to get the new mapping.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230228190653.1602033-24-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/dockerfiles/debian-mipsel-cross.docker')
-rw-r--r-- | tests/docker/dockerfiles/debian-mipsel-cross.docker | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/debian-mipsel-cross.docker b/tests/docker/dockerfiles/debian-mipsel-cross.docker index 019b8dcaff..8e521fc9ee 100644 --- a/tests/docker/dockerfiles/debian-mipsel-cross.docker +++ b/tests/docker/dockerfiles/debian-mipsel-cross.docker @@ -56,7 +56,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ sparse \ tar \ tesseract-ocr \ - tesseract-ocr-eng && \ + tesseract-ocr-eng \ + zstd && \ eatmydata apt-get autoremove -y && \ eatmydata apt-get autoclean -y && \ sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ |