diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-01-29 12:50:05 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-01-29 15:48:16 +0100 |
| commit | 7de5d7d8442f187ab8eb59a4df93863f1390398a (patch) | |
| tree | f0b3b894ef83e3a0b8c5476e4859c78a9822bbe6 /tools/docker | |
| parent | 785bbf9f39813fafd09ba10e1d3a6a1f2ff291c2 (diff) | |
tools/docker/syzbot: remove grub packages
Don't install grub packages, grub is not working inside of containers.
Add psmisc for ps.
Diffstat (limited to 'tools/docker')
| -rw-r--r-- | tools/docker/syzbot/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
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: |
