Unverified Commit 5b040e6e authored by kladko's avatar kladko

SKALE-2502

parent 2228bcb3
......@@ -8,8 +8,8 @@ COPY . /usr/src/sdk
WORKDIR /usr/src/sdk
RUN ./autoconf.bash && \
./configure --enable-sgx-simulation && \
bash -c "make" &&
ccache -sz &&
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