summaryrefslogtreecommitdiffhomepage
path: root/images/syzkaller/Dockerfile
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-02-01 16:08:49 -0800
committergVisor bot <gvisor-bot@google.com>2021-02-01 16:08:49 -0800
commit5230c8e13c5db572615403b4f0bc576c2ec08087 (patch)
tree3fb605bf5d5642949dd857da41a3ec1e9b30a8de /images/syzkaller/Dockerfile
parent0da3c72c9d24c322af8203511142462fab3b1bd9 (diff)
parent44e0a0eac98792013014e475165187932075f045 (diff)
Merge pull request #5403 from avagin:syzkaller3
PiperOrigin-RevId: 355047815
Diffstat (limited to 'images/syzkaller/Dockerfile')
-rw-r--r--images/syzkaller/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/images/syzkaller/Dockerfile b/images/syzkaller/Dockerfile
new file mode 100644
index 000000000..df6680f40
--- /dev/null
+++ b/images/syzkaller/Dockerfile
@@ -0,0 +1,9 @@
+FROM gcr.io/syzkaller/env
+
+RUN apt update && apt install -y git vim strace gdb procps
+
+WORKDIR /syzkaller/gopath/src/github.com/google/syzkaller
+
+RUN git init . && git remote add origin https://github.com/google/syzkaller && git fetch origin && git checkout origin/master && make
+
+ENTRYPOINT ./bin/syz-manager --config /tmp/syzkaller/syzkaller.cfg