SKALE-1850 build improvements

parent fd4f3dd3
......@@ -26,6 +26,8 @@ RUN git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \
### RUN git clone --recurse-submodules https://76b7983ebf14269178b99eff5b2be4b4b56fe7a5:@github.com/skalenetwork/sgxwallet.git
RUN git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git
WORKDIR sgxwallet
RUN git checkout feature/SKALE-1850-remove-extra-dependencies-from-SGX
RUN git submodule update --init --recursive
RUN cd scripts; ./build.py
### RUN autoreconf -vif
### RUN automake
......
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