From a42bb3bdd404b1e37160cdf482fcb79f918ed81d Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 6 Oct 2021 15:30:39 +0200 Subject: [PATCH] jenkins: stop installing python 2 (#56916) --- test-nspawn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-nspawn b/test-nspawn index 3dc879f..9364a78 100755 --- a/test-nspawn +++ b/test-nspawn @@ -12,7 +12,7 @@ then elif [ $1 = 'run-tests' ] then apt update - apt install -y wget ca-certificates gnupg2 git ansible postgresql sudo python python3 + apt install -y wget ca-certificates gnupg2 git ansible postgresql sudo python3 id testuser || adduser --disabled-password --gecos "" testuser usermod -a -G sudo testuser grep -q testuser /etc/sudoers || echo 'testuser ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers