Skip to content

Commit 2b0af9b

Browse files
committed
Drop awscli in favor of rclone
1 parent a184de1 commit 2b0af9b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

container/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@ RUN apt-get update -y && \
1010
libc-dev \
1111
bash-completion \
1212
python3 \
13-
python3-pip \
14-
python3-setuptools \
13+
rclone \
1514
emacs \
1615
jq \
1716
less \
1817
vim \
1918
&& rm -rf /var/lib/apt/lists/*
2019

21-
RUN pip3 --no-cache-dir install --upgrade awscli
2220

2321
# Download the buildcache
2422
RUN mkdir /mirror
25-
RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/v0.23.1/tutorial /mirror
23+
RUN rclone copy :s3:spack-binaries/v0.23.1/tutorial /mirror
2624

2725
RUN chmod -R go+r /mirror
2826

0 commit comments

Comments
 (0)