containers / fetchit

FetchIt is used to manage the life cycle and configuration of Podman containers
https://fetchit.readthedocs.io/
GNU Affero General Public License v3.0
124 stars 23 forks source link

Speed up repeated builds #276

Closed cevich closed 1 year ago

cevich commented 1 year ago

It's not infrequent that developers need to build over and over again while working on the code. Make this a bit faster by caching the result of installing dependencies. This way, repeatedly building won't perform the same package install over and over again.

Signed-off-by: Chris Evich cevich@redhat.com