aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-12-30add less to Dockerfilevan Hauser
2020-12-28fix dockerfile for older CPUsvan Hauser
2020-10-28disable afl-dyninst libs until it's container is readyvan Hauser
2020-10-28add afl-dyninst shared librariesRuben ten Hove
2020-10-28cache is already removed hereRuben ten Hove
2020-10-28this package was getting uninstalled anywayRuben ten Hove
2020-10-28word-oRuben ten Hove
2020-10-28quote the source linesRuben ten Hove
2020-10-28use fewer layers and remove apt cacheRuben ten Hove
also use full-upgrade to ensure all conflicts are resolved
2020-10-28add gnuplot for afl-plotRuben ten Hove
2020-10-28stop using deprecated MAINTAINER instruction, use LABEL insteadRuben ten Hove
2020-08-03better PS1 in dockerfilevan Hauser
2020-07-31building docker from cloned repoDominik Maier
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