about summary refs log tree commit diff
path: root/Dockerfile
AgeCommit message (Collapse)Author
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