jenkins: run a full-upgrade on containers (#60527)

This commit is contained in:
Emmanuel Cazenave 2022-04-07 14:14:55 +02:00
parent 511c2a0b2d
commit fc0765a74d
1 changed files with 1 additions and 0 deletions

View File

@ -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