SKALE-1850 build improvements

parent a6707bfa
......@@ -23,11 +23,11 @@ RUN git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \
# For debug purposes
# COPY jhi.conf /etc/jhi/jhi.conf
### RUN git clone --recurse-submodules https://76b7983ebf14269178b99eff5b2be4b4b56fe7a5:@github.com/skalenetwork/sgxwallet.git
RUN git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git
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 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