[docker] install awscli from Ubuntu and add rclone

This commit is contained in:
Jens Petersen 2024-07-09 17:23:40 +08:00
parent f4c3f6bbb7
commit 5c75502003
2 changed files with 2 additions and 10 deletions

View File

@ -11,13 +11,3 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y curl unzip
# Install AWS CLI
mkdir -p /tmp/awscli
(
cd /tmp/awscli
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install --bin-dir /usr/bin
)
rm -rf /tmp/awscli

View File

@ -14,6 +14,7 @@ apt-get update
apt-get install -y \
apt-transport-https \
aswcli \
build-essential \
cmake \
coinor-libclp-dev \
@ -150,6 +151,7 @@ apt-get install -y \
python3-scipy \
r-base \
r-base-dev \
rclone \
rpm \
ruby-dev \
software-properties-common \