mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
88b19e4e1a
commit
bbe307639d
19 changed files with 35 additions and 17 deletions
|
@ -126,7 +126,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||
tesseract-ocr \
|
||||
tesseract-ocr-eng \
|
||||
xfslibs-dev \
|
||||
zlib1g-dev && \
|
||||
zlib1g-dev \
|
||||
zstd && \
|
||||
eatmydata apt-get autoremove -y && \
|
||||
eatmydata apt-get autoclean -y && \
|
||||
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue