diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-02-01 12:14:24 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-02-01 13:55:33 +0100 |
| commit | a90756aeafb13d734f4415838c54cdbdfd7ee99a (patch) | |
| tree | 848f6b23fd326b7a5871e7971f7bb1f77ed9d763 /tools/docker | |
| parent | b0c49fd7580b1498a2cfde1d2d10960f4b284e42 (diff) | |
tools/docker/syzbot: add cpio
It's used by kernel/gen_kheaders.sh.
Update #2096
Diffstat (limited to 'tools/docker')
| -rw-r--r-- | tools/docker/syzbot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
