Skip to content

Commit

Permalink
#438 update image
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 27, 2024
1 parent 5da1feb commit 40dc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileIntelSubmission
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN cd scripts && ./generate_signing_key.bash
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)"
RUN cd secure_enclave && bash -c "make secure_enclave.signed.so -j$(nproc)"
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
RUN mkdir -p /usr/src/sdk/sgx_data
Expand Down

0 comments on commit 40dc30a

Please sign in to comment.