Skip to content

Commit

Permalink
#438 update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 19, 2024
1 parent 95448fe commit d3a98b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ RUN pip3 install requests torpy

RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure
RUN ./configure --enable-sgx
RUN bash -c "make -j$(nproc)"
RUN ccache -sz
RUN mkdir -p /usr/src/sdk/sgx_data
COPY docker/start.sh ./
COPY docker/check_firewall.py ./
RUN rm -rf /usr/src/sdk/sgx-sdk-build/
RUN rm /opt/intel/sgxsdk/lib64/*_sim.so
RUN rm /opt/intel/sgxsdk/lib64/*_sim.so
ENTRYPOINT ["/usr/src/sdk/start.sh"]

0 comments on commit d3a98b0

Please sign in to comment.