ioos / compliance-checker-web

Web-based front-end for the IOOS Compliance Checker project
https://compliance.ioos.us
MIT License
5 stars 10 forks source link

Use -j make option, consolidate yum install steps #108

Closed daltonkell closed 4 years ago

daltonkell commented 4 years ago

Speed up build times by using the -j option for make. Consolidate package install and clean-up steps using yum to further reduce build size; by running the yum clean step separately, the metadata was never actually removed.

Implements @benjwadams' guru feedback.