From fc0765a74d381dcd02e3a443dd2da22f6ff1e8b1 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 7 Apr 2022 14:14:55 +0200 Subject: [PATCH] jenkins: run a full-upgrade on containers (#60527) --- test-nspawn | 1 + 1 file changed, 1 insertion(+) diff --git a/test-nspawn b/test-nspawn index b2a03ba..ac0810e 100755 --- a/test-nspawn +++ b/test-nspawn @@ -12,6 +12,7 @@ then elif [ $1 = 'run-tests' ] then apt update + apt full-upgrade -y apt install -y wget ca-certificates gnupg2 git ansible postgresql sudo python3 id testuser || adduser --disabled-password --gecos "" testuser usermod -a -G sudo testuser