Merge "Make bindep installs non-interactive"
This commit is contained in:
commit
b4438eabf2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user