Description: When building the OS from a clean environment, debootstrap with --variant=minbase does not install ca-certificates. This causes subsequent apt operations over HTTPS to fail with SSL routines::certificate verify failed.
Fix: Added ca-certificates to the --include list in the download_base_system function within build.sh.