gvisor/images/syzkaller/Dockerfile

10 lines
349 B
Docker
Raw Normal View History

2020-12-10 05:45:56 +00:00
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