Unverified Commit 108d5ada authored by kladko's avatar kladko

SKALE-2201 Fixing ecdsa

parent 6b8feb4a
...@@ -20,7 +20,7 @@ COPY m4 ./m4 ...@@ -20,7 +20,7 @@ COPY m4 ./m4
COPY scripts ./scripts COPY scripts ./scripts
COPY secure_enclave ./secure_enclave COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./
RUN autoreconf -vif RUN autoreconf -vif
RUN libtoolize --force RUN libtoolize --force
......
...@@ -19,6 +19,7 @@ COPY m4 ./m4 ...@@ -19,6 +19,7 @@ COPY m4 ./m4
COPY scripts ./scripts COPY scripts ./scripts
COPY secure_enclave ./secure_enclave COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./
RUN autoreconf -vif RUN autoreconf -vif
RUN libtoolize --force RUN libtoolize --force
......
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