Skip to content

Commit

Permalink
Stupid azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Oct 23, 2022
1 parent 10ce806 commit 9170c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/dockerfiles/enclave-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ COPY third_party third_party
COPY cosmwasm/ cosmwasm/
COPY Makefile Makefile

COPY rust-toolchain rust-toolchain
RUN rustup component add rust-src
RUN cargo install xargo --version 0.3.25

RUN --mount=type=secret,id=SPID,dst=/run/secrets/spid.txt cat /run/secrets/spid.txt > /enclave-test/cosmwasm/enclaves/execute/spid.txt
RUN --mount=type=secret,id=API_KEY,dst=/run/secrets/api_key.txt cat /run/secrets/api_key.txt > /enclave-test/cosmwasm/enclaves/execute/api_key.txt

Expand Down

0 comments on commit 9170c46

Please sign in to comment.