From 52fcc82379cc24196407828eb042b7f2f10b3f52 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 5 Dec 2018 13:52:12 +0000 Subject: [PATCH] CI: Make adduser properly non-interactive Signed-off-by: Simon McVittie --- tools/ci-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 0d9c7692..8f77c7e3 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -161,7 +161,7 @@ case "$ci_distro" in if [ "$ci_in_docker" = yes ]; then # Add the user that we will use to do the build inside the # Docker container, and let them use sudo - adduser --disabled-password user /etc/sudoers.d/nopasswd chmod 0440 /etc/sudoers.d/nopasswd fi