From a90756aeafb13d734f4415838c54cdbdfd7ee99a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 1 Feb 2021 12:14:24 +0100 Subject: tools/docker/syzbot: add cpio It's used by kernel/gen_kheaders.sh. Update #2096 --- tools/docker/syzbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docker') diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index 296369ea0..13f6be8fc 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -16,7 +16,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q \ # Some common utilities: unzip curl sudo procps psmisc nano vim git bzip2 dh-autoreconf software-properties-common \ # These are needed to build Linux kernel: - flex bison bc gawk dwarves texinfo texi2html lzop lbzip2 \ + flex bison bc gawk dwarves cpio texinfo texi2html lzop lbzip2 \ zlib1g-dev libelf-dev libncurses-dev libmpc-dev libssl-dev \ # This is required to run alien arch binaries in pkg/cover tests: qemu-user \ -- cgit mrf-deployment