From be99e3d060b21d2e7d875bc7b226bd3d174ad83f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 9 Jul 2024 19:57:48 +0800 Subject: [PATCH] fixup! [docker] install awscli from Ubuntu and add rclone --- docker/02-apt-get-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/02-apt-get-install.sh b/docker/02-apt-get-install.sh index 9efa13924..56ccf6ee8 100755 --- a/docker/02-apt-get-install.sh +++ b/docker/02-apt-get-install.sh @@ -14,7 +14,7 @@ apt-get update apt-get install -y \ apt-transport-https \ - aswcli \ + awscli \ build-essential \ cmake \ coinor-libclp-dev \