about summary refs log tree commit diff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-07-31fixed dockerfileDominik Maier
2020-07-09dockerfile updatesvan Hauser
2020-05-28make dockerfile bettervan Hauser
2020-05-28fix Dockerfilevan Hauser
2020-05-19upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-ltovan Hauser
2020-05-14qemu build expects python on PATHRuben ten Hove
2020-05-14use only python3 in new buildsRuben ten Hove
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