Fix: Try to fix apt-get problem
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 @@
 
 # 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