Unverified Commit 8f98f986 authored by kladko's avatar kladko

SKALE-2502

parent ed8748ba
......@@ -6,13 +6,11 @@ RUN ccache -sz
COPY . /usr/src/sdk
WORKDIR /usr/src/sdk
RUN ./autoconf.bash
RUN ./configure --enable-sgx-simulation
RUN bash -c "make"
RUN ccache -sz
RUN mkdir /usr/src/sdk/sgx_data
RUN ./autoconf.bash && \
./configure --enable-sgx-simulation && \
bash -c "make" &&
ccache -sz &&
mkdir /usr/src/sdk/sgx_data
COPY docker/start.sh ./
......
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