Unverified Commit 8f98f986 authored by kladko's avatar kladko

SKALE-2502

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