Skip to content

Commit

Permalink
Docker: don't use autamus cache
Browse files Browse the repository at this point in the history
The public keys have been removed.
  • Loading branch information
hainest committed Apr 27, 2022
1 parent 5165d8c commit 2e5375f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,9 @@ WORKDIR /opt
RUN git clone --depth 1 https://github.com/spack/spack
ENV PATH=/opt/spack/bin:$PATH

# Use the autamus build cache for faster install
# Note that autamus currently uses 18.04
RUN python3 -m pip install botocore boto3 && \
spack mirror add autamus s3://autamus-cache && \
curl http://s3.amazonaws.com/autamus-cache/build_cache/_pgp/FFEB24B0A9D81F6D5597F9900B59588C86C41BE7.pub > key.pub && \
spack gpg trust key.pub
# Install the boto3 package for using AWS services
# spack uses this for its binary caches
RUN python3 -m pip install botocore boto3

# Find packages already installed on system, e.g. autoconf
RUN spack external find --not-buildable [email protected] autoconf bzip2 git tar xz perl cmake m4 ncurses && \
Expand Down

0 comments on commit 2e5375f

Please sign in to comment.