Merge "Make bindep installs non-interactive"

This commit is contained in:
Zuul 2020-06-26 00:18:54 +00:00 committed by Gerrit Code Review
commit b4438eabf2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
set -e
apt-get update
apt-get -y install $(cat /output/bindep/run.txt)
DEBIAN_FRONTEND=noninteractive apt-get -y install $(cat /output/bindep/run.txt)
# If there's a constraints file, use it.
if [ -f /output/upper-constraints.txt ] ; then