Unverified Commit 5b040e6e authored by kladko's avatar kladko

SKALE-2502

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