Unverified Commit 39f8c9b0 authored by kladko's avatar kladko

SKALE-3430-add-new-ecdsa

parent 1328bde0
......@@ -16,6 +16,6 @@ RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
RUN rm /usr/src/sdk/secure_enclave/secure_enclave*.so
RUN cd /usr/src/sdk/secure_enclave && \
curl --output secure_enclave_signed.so \
curl --output secure_enclave.signed.so \
https://raw.githubusercontent.com/skalenetwork/signed_sgx_enclaves/master/secure_enclave_signed.so.1
ENTRYPOINT ["/usr/src/sdk/start.sh"]
version: '3'
services:
sgxwallet:
image: skalenetwork/sgxwallet_signed:latest
image: signed
restart: always
ports:
- "1026:1026"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment