frewsxcv / lop.farm

Cloud-based fuzz testing (not actively hosted at the moment)
https://lop.farm
Mozilla Public License 2.0
7 stars 2 forks source link

Prevent Docker from redownloading Python deps upon every change #40

Closed frewsxcv closed 8 years ago

frewsxcv commented 8 years ago

If a file other than requirements.txt gets changed, there's no reason we should need to reinstall Python dependencies via pip. So we'll make pip a separate step prior to adding rest of the files so we don't need to rebuild as often.