about summary refs log tree commit diff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-02-07docker fixvan Hauser
2020-01-27dockerfile updatevan Hauser
2019-11-13Added workdirKyle Ossinger
Last addition I swear. Now you can just run, for example: `docker run --rm -v $PWD:/work -it aflplusplus:latest ./build_script_in_working_dir.sh'. Had forgotten this but figured this would make things easier for folks.
2019-11-13Shaved 600mB off resulting Docker imageKyle Ossinger
By removing the build files after the build is complete, we save 600mB of unnecessary bulk. The total image size will now be 1gB.
2019-11-13Fix docker buildKyle Ossinger
The docker build has never worked for me. I fixed all the build errors, mostly due to missing dependencies. I also fixed silent errors that would allow for the build to finish but wouldn't contain features such as python mutators or QEMU's unsigaction module.
2019-11-05dockerfile additionsvan Hauser
2019-11-04Using LLVM/GCC 9 toolingDavid Carlier
2019-11-04Basic docker build proposal.David Carlier