From 7de5d7d8442f187ab8eb59a4df93863f1390398a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 29 Jan 2021 12:50:05 +0100 Subject: tools/docker/syzbot: remove grub packages Don't install grub packages, grub is not working inside of containers. Add psmisc for ps. --- tools/docker/syzbot/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/docker') diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index 8a95da445..53c6b171d 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -14,12 +14,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q \ gcc g++ binutils make bazel-bootstrap golang-go \ clang clang-format clang-tidy \ # Some common utilities: - unzip curl sudo psmisc nano vim git bzip2 dh-autoreconf software-properties-common \ + 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 \ zlib1g-dev libelf-dev libncurses-dev libmpc-dev libssl-dev \ - # These are required to build images: - grub-efi grub-pc-bin \ # This is required to run alien arch binaries in pkg/cover tests: qemu-user \ # These are required to run foreign arch kernels: -- cgit mrf-deployment