Merge "Set DEBIAN_FRONTEND=noninteractive when installing from apt"

This commit is contained in:
Zuul 2021-02-16 07:29:12 +00:00 committed by Gerrit Code Review
commit 0157128488

View File

@ -13,6 +13,7 @@ done
if [[ ! -z ${PACKAGES} ]]; then
case ${distro} in
debian|ubuntu)
export DEBIAN_FRONTEND=noninteractive
apt-get install -y --no-install-recommends ${PACKAGES[@]} ${DIST_PACKAGES}
;;
centos)