Skip to content

Commit

Permalink
Try to fix makefile #3
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed May 22, 2024
1 parent 39e5734 commit ac508d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/deb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN apt-get install -y automake autoconf build-essential libtool git

ARG SGX_MODE=HW
ENV SGX_MODE=${SGX_MODE}
ARG PRODUCTION_MODE=true
ENV PRODUCTION_MODE=${PRODUCTION_MODE}
ENV SGX_SDK="/opt/intel/sgxsdk"
ENV PATH="${PATH}:${SGX_SDK}/bin:${SGX_SDK}/bin/x64"
ENV PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${SGX_SDK}/pkgconfig"
Expand Down

0 comments on commit ac508d2

Please sign in to comment.