Skip to content

Commit

Permalink
Merge pull request #1363 from scrtlabs/return-of-the-fix-ci
Browse files Browse the repository at this point in the history
dockerfile fix
  • Loading branch information
toml01 authored Mar 1, 2023
2 parents 9886445 + adf8e99 commit 3aa6139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ ENTRYPOINT ["/bin/bash"]
FROM prepare-compile-enclave AS compile-tendermint-enclave

ARG SGX_MODE=SW
ARG FEATURES_U

ARG SGX_MODE=${SGX_MODE}
ENV FEATURES_U=${FEATURES_U}

RUN git clone --branch main https://github.com/scrtlabs/tm-secret-enclave.git
Expand Down

0 comments on commit 3aa6139

Please sign in to comment.