Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-31 | fixed dockerfile | Dominik Maier | |
2020-07-09 | dockerfile updates | van Hauser | |
2020-05-28 | make dockerfile better | van Hauser | |
2020-05-28 | fix Dockerfile | van Hauser | |
2020-05-19 | upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-lto | van Hauser | |
2020-05-14 | qemu build expects python on PATH | Ruben ten Hove | |
2020-05-14 | use only python3 in new builds | Ruben ten Hove | |
2020-03-19 | moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links | van Hauser | |
2020-02-07 | docker fix | van Hauser | |
2020-01-27 | dockerfile update | van Hauser | |
2019-11-13 | Added workdir | Kyle 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-13 | Shaved 600mB off resulting Docker image | Kyle 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-13 | Fix docker build | Kyle 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-05 | dockerfile additions | van Hauser | |
2019-11-04 | Using LLVM/GCC 9 tooling | David Carlier | |
2019-11-04 | Basic docker build proposal. | David Carlier | |