Skip to content

Commit

Permalink
[docker] install awscli from Ubuntu and add rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Jul 9, 2024
1 parent f4c3f6b commit 5c75502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker/01-build-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions docker/02-apt-get-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ apt-get update

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

0 comments on commit 5c75502

Please sign in to comment.