mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tests/docker: add libfuse3 development headers
The FUSE exports feature is not built because most container images do not have libfuse3 development headers installed. Add the necessary packages to the Dockerfiles. Cc: Hanna Reitz <hreitz@redhat.com> Cc: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Acked-by: Richard W.M. Jones <rjones@redhat.com> Reviewed-by: Beraldo Leal <bleal@redhat.com> Tested-by: Beraldo Leal <bleal@redhat.com> Message-Id: <20211207160025.52466-1-stefanha@redhat.com> [AJB: migrate to lcitool qemu.yml and regenerate] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard W.M. Jones <rjones@redhat.com> Message-Id: <20220105135009.1584676-21-alex.bennee@linaro.org>
This commit is contained in:
parent
91ad2244b7
commit
7bef20d729
6 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,7 @@ RUN apk update && \
|
|||
dtc-dev \
|
||||
eudev-dev \
|
||||
findutils \
|
||||
fuse3-dev \
|
||||
g++ \
|
||||
gcc \
|
||||
gcovr \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue