From 6037c835851a0b8710f264bd7002b1af9d0fdf9e Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Sun, 26 Sep 2021 07:56:10 -0400 Subject: [PATCH] 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 --- resources/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/Dockerfile b/resources/Dockerfile index e3bfab433..60b018765 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -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