Unverified Commit fd7c7d3e authored by kladko's avatar kladko

Adding signatures

parent 81e79b54
......@@ -8,6 +8,6 @@ RUN ./autoconf.bash
RUN ./configure
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
RUN mkdir /usr/src/sdk/sgx_data
RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
ENTRYPOINT ["/usr/src/sdk/start.sh"]
......@@ -12,6 +12,6 @@ RUN ./configure --with-sgx-build=release
RUN bash -c "make -j$(nproc)"
RUN cd scripts && ./sign_enclave.bash
RUN ccache -sz
RUN mkdir /usr/src/sdk/sgx_data
RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
ENTRYPOINT ["/usr/src/sdk/start.sh"]
......@@ -11,7 +11,7 @@ RUN ./autoconf.bash && \
./configure --enable-sgx-simulation && \
bash -c "make" && \
ccache -sz && \
mkdir /usr/src/sdk/sgx_data
mkdir -p /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