Fixed nodejs+npm install (noninteractive mode) 25/15325/2
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 12 Jul 2018 07:34:12 +0000 (09:34 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 12 Jul 2018 08:52:33 +0000 (08:52 +0000)
Change-Id: I80380416d80541f73603ca6b41e1ec88fcc66821
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
packer/provision/agl_dependencies.sh

index f36f152..f999356 100644 (file)
@@ -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)