diff options
| -rw-r--r-- | CONTRIBUTORS | 1 | ||||
| -rw-r--r-- | tools/docker/syzbot/Dockerfile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9e9ad8669..464c82476 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -41,6 +41,7 @@ Google Inc. Hidenori Kobayashi Florent Revest Gabe Kirkpatrick + Kevin Krakauer Baozeng Ding Lorenzo Stoakes Jeremy Huang diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index 9ecc590bf..e80a41e59 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -18,7 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q \ # Needed for building Cuttlefish images. rsync libarchive-tools \ # Needed for buiding gVisor. - crossbuild-essential-amd64 crossbuild-essential-arm64 + crossbuild-essential-amd64 crossbuild-essential-arm64 libbpf-dev RUN test "$(uname -m)" != x86_64 && exit 0 || \ DEBIAN_FRONTEND=noninteractive apt-get install -y -q \ libc6-dev-i386 libc6-dev-i386-amd64-cross lib32gcc-12-dev lib32stdc++-12-dev \ |
