Unverified Commit 8b977ec2 authored by svetaro's avatar svetaro

SKALE-1990 Fix error in dockerfile

parent 36411295
......@@ -26,7 +26,7 @@ COPY secure_enclave ./secure_enclave
COPY sgx-gmp ./sgx-gmp
COPY sgx-software-enable ./sgx-software-enable
COPY trusted_libff ./trusted_libff
COPY spdlog
COPY spdlog ./spdlog
RUN rm -rf /usr/src/sdk/leveldb/build/
......
......@@ -26,7 +26,7 @@ COPY secure_enclave ./secure_enclave
COPY sgx-gmp ./sgx-gmp
COPY sgx-software-enable ./sgx-software-enable
COPY trusted_libff ./trusted_libff
COPY spdlog
COPY spdlog ./spdlog
RUN rm -rf /usr/src/sdk/leveldb/build/
......
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