Update CA certificates when installing prereqs
[icn.git] / env / metal3 / 01_install_package.sh
index afa3f0b..1061527 100755 (executable)
@@ -12,8 +12,10 @@ if [[ $EUID -ne 0 ]]; then
 fi
 
 function install_essential_packages {
+    export DEBIAN_FRONTEND=noninteractive
     apt-get update
     apt-get -y install \
+    ca-certificates \
     crudini \
     curl \
     dnsmasq \