aboutsummaryrefslogtreecommitdiffstats
path: root/packer/provision
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-12 09:34:12 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-07-12 08:52:33 +0000
commit80a1c441e8b1be62c1d90e0b0f40fb0f5bf03a64 (patch)
treea1e527e7d5216b9ed4ef7f0554ecd80046a66ebf /packer/provision
parent205c141831af55af6ad0330e72ab1daa1eeb6c99 (diff)
Fixed nodejs+npm install (noninteractive mode)
Change-Id: I80380416d80541f73603ca6b41e1ec88fcc66821 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'packer/provision')
-rw-r--r--packer/provision/agl_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh
index f36f152c..f9993565 100644
--- a/packer/provision/agl_dependencies.sh
+++ b/packer/provision/agl_dependencies.sh
@@ -68,7 +68,7 @@ EOFSYSCTL
# install node.js and tools (npm, gulp, bower)
#
curl -v --connect-timeout 60 --retry 3 -sL https://deb.nodesource.com/setup_8.x | bash -
-apt-get install -y nodejs npm
+DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm
npm install --global gulp bower
# tools used to generate developer website (https://github.com/automotive-grade-linux/docs-agl)