diff --git a/images/builder/install-builder-deps.sh b/images/builder/install-builder-deps.sh index c2b08b7d1bcc1..ca6186054fbb2 100755 --- a/images/builder/install-builder-deps.sh +++ b/images/builder/install-builder-deps.sh @@ -17,6 +17,8 @@ packages=( ca-certificates ) +export DEBIAN_FRONTEND=noninteractive + apt-get update # tzdata is one of the dependencies and a timezone must be set diff --git a/images/runtime/install-runtime-deps.sh b/images/runtime/install-runtime-deps.sh index c2b08b7d1bcc1..ca6186054fbb2 100755 --- a/images/runtime/install-runtime-deps.sh +++ b/images/runtime/install-runtime-deps.sh @@ -17,6 +17,8 @@ packages=( ca-certificates ) +export DEBIAN_FRONTEND=noninteractive + apt-get update # tzdata is one of the dependencies and a timezone must be set