summaryrefslogtreecommitdiffhomepage
path: root/images/syzkaller/Dockerfile
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2021-02-04 10:39:04 -0800
committergVisor bot <gvisor-bot@google.com>2021-02-04 10:41:15 -0800
commit63c9dd365666c35a0c10444e56367c2d13e15562 (patch)
treec88a9a7e3b452f321079e405cdbf88936e7121a9 /images/syzkaller/Dockerfile
parenteaba5bc7ef382c6070c02186ca86f734bf5d8a57 (diff)
images: Rework syzkaller documentation.
PiperOrigin-RevId: 355660221
Diffstat (limited to 'images/syzkaller/Dockerfile')
-rw-r--r--images/syzkaller/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/syzkaller/Dockerfile b/images/syzkaller/Dockerfile
index df6680f40..9a85ae345 100644
--- a/images/syzkaller/Dockerfile
+++ b/images/syzkaller/Dockerfile
@@ -1,5 +1,7 @@
FROM gcr.io/syzkaller/env
+# This image is mostly for investigating syzkaller crashes, so let's install
+# developer tools.
RUN apt update && apt install -y git vim strace gdb procps
WORKDIR /syzkaller/gopath/src/github.com/google/syzkaller