# Building stuff in containers ## Rationale / sought for Benefits 1. "cleanliness", all dependencies can be setup / installed in container and do not needlessly remain after build 2. "less/no missing dependecies" 3. "hightened" reproducibility ## Usage: ``` ./build.sh ```