Skip to content

Commit

Permalink
s3 version for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobrodey committed Jul 19, 2023
1 parent 6b38a86 commit 116abab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile-new
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ ARG SCCACHE_BUCKET=cere-blockchain-sccache

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
export PATH=$PATH:$HOME/.cargo/bin && \
echo "AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID" && \
echo "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY" && \
echo "AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN" && \
scripts/init.sh && \
AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
Expand Down

0 comments on commit 116abab

Please sign in to comment.