From 041426174380a8d753d887c594182f23b8f29eb3 Mon Sep 17 00:00:00 2001 From: peusterm Date: Mon, 6 Feb 2017 08:54:18 +0100 Subject: [PATCH] Fix: Try to fix apt-get problem --- utils/ci/jenkins_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ci/jenkins_entrypoint.sh b/utils/ci/jenkins_entrypoint.sh index e8e00ef..eeff1a0 100755 --- a/utils/ci/jenkins_entrypoint.sh +++ b/utils/ci/jenkins_entrypoint.sh @@ -15,7 +15,7 @@ cd $SON_EMU_DIR/../ # prepare apt-get update -apt-get install -y git ansible aptitude +DEBIAN_FRONTEND=noninteractive apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y git ansible aptitude echo "localhost ansible_connection=local" >> /etc/ansible/hosts # install containernet -- 2.17.1