Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Mar 1, 2023
1 parent 242cabb commit 02eb4ee
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 02eb4ee

Please sign in to comment.