mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
resources: Add autotools and texinfo for AArch64
These packages will be used to compile `stress` from source, and the `stress` will be used by the virtio-balloon integration test. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
parent
b910a7922d
commit
6037c83585
@ -67,6 +67,11 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
|
||||
libcap2-bin \
|
||||
libguestfs-tools \
|
||||
linux-image-5.8.0-63-generic \
|
||||
autotools-dev \
|
||||
autoconf \
|
||||
automake \
|
||||
perl \
|
||||
texinfo \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user