ehrenb / machina

A scalable and recursive binary analysis pipeline
https://machina.behren.me
2 stars 0 forks source link

refactor build #4

Closed ehrenb closed 1 year ago

ehrenb commented 1 year ago

Currently, the docker build process performs a 'git clone' to rebuild images with updated code. This prevents any of the useful docker layering from happening (since Docker can't detect a change).