From 1925e1d5200d9345d64ea313bb3892711f9c989f Mon Sep 17 00:00:00 2001 From: nicholasyang Date: Mon, 14 Oct 2024 14:20:55 +0800 Subject: [PATCH] try to upgrade docker.io --- test/run-functional-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run-functional-tests b/test/run-functional-tests index e7708f84a..61b76c237 100755 --- a/test/run-functional-tests +++ b/test/run-functional-tests @@ -316,6 +316,7 @@ container_already_exists() { setup_cluster() { + apt update && apt upgrade docker.io hanodes_arry=() is_number $1 if [ "$?" -eq 0 ];then