We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a184de1 commit 2b0af9bCopy full SHA for 2b0af9b
1 file changed
container/Dockerfile
@@ -10,19 +10,17 @@ RUN apt-get update -y && \
10
libc-dev \
11
bash-completion \
12
python3 \
13
- python3-pip \
14
- python3-setuptools \
+ rclone \
15
emacs \
16
jq \
17
less \
18
vim \
19
&& rm -rf /var/lib/apt/lists/*
20
21
-RUN pip3 --no-cache-dir install --upgrade awscli
22
23
# Download the buildcache
24
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
+RUN rclone copy :s3:spack-binaries/v0.23.1/tutorial /mirror
26
27
RUN chmod -R go+r /mirror
28
0 commit comments