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