14 Commits

Author SHA1 Message Date
van Hauser
b87d97aa2b make dockerfile better 2020-05-28 14:34:50 +02:00
van Hauser
ef8d252843 fix Dockerfile 2020-05-28 01:29:57 +02:00
van Hauser
ae6c30a711 upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-lto 2020-05-19 19:22:11 +02:00
Ruben ten Hove
f0aadc3d0b qemu build expects python on PATH 2020-05-14 21:49:36 +02:00
Ruben ten Hove
74eae83b54 use only python3 in new builds 2020-05-14 21:47:04 +02:00
van Hauser
be261b3e69 moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links 2020-03-19 15:20:39 +01:00
van Hauser
369b6d2f67 docker fix 2020-02-07 09:52:30 +01:00
van Hauser
3561a1b775 dockerfile update 2020-01-27 00:19:59 +01:00
Kyle Ossinger
88384c89f3
Added workdir
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 05:33:20 +00:00
Kyle Ossinger
22cfd595ef
Shaved 600mB off resulting Docker image
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 03:42:39 +00:00
Kyle Ossinger
e235c02e1e
Fix docker build
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-13 02:56:14 +00:00
van Hauser
dede2e9764 dockerfile additions 2019-11-05 09:16:04 +01:00
David Carlier
67ae54c957 Using LLVM/GCC 9 tooling 2019-11-04 17:15:56 +00:00
David Carlier
14c359700b Basic docker build proposal. 2019-11-04 15:37:56 +00:00