Skip to content

Commit

Permalink
#438 update signing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 26, 2024
1 parent 663a199 commit bb7da60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerfileRelease
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ RUN pip3 install requests torpy
RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure --with-sgx-build=release
RUN cd secure_enclave && bash -c "make secure_enclave.so -j$(nproc)" && cd ..
RUN cd secure_enclave && bash -c "make secure_enclave.so -j$(nproc)"
RUN cd scripts && ./sign_enclave.bash
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
RUN cd scripts && ./sign_enclave.bash
RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
COPY docker/check_firewall.py ./
Expand Down

0 comments on commit bb7da60

Please sign in to comment.