From fd16da30c8ffbd70a4df889095a3c58a9d021265 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..e09df6280 100755 --- a/test/run-functional-tests +++ b/test/run-functional-tests @@ -316,6 +316,7 @@ container_already_exists() { setup_cluster() { + sudo apt-get update && sudo apt-get remove --purge docker-ce containerd && sudo apt-get autoremove --purge && sudo apt-get install docker.io hanodes_arry=() is_number $1 if [ "$?" -eq 0 ];then