summaryrefslogtreecommitdiffhomepage
path: root/images/syzkaller/Dockerfile
diff options
context:
space:
mode:
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