Skip to content

Commit

Permalink
Add sgxsdk to library path
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Oct 6, 2018
1 parent 096cd57 commit ed66d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN bash /install/ubuntu_install_rust.sh
# SGX deps
COPY install/ubuntu_install_sgx.sh /install/ubuntu_install_sgx.sh
RUN bash /install/ubuntu_install_sgx.sh
ENV LD_LIBRARY_PATH=/opt/sgxsdk/lib64:${LD_LIBRARY_PATH}


ENV PATH $PATH:/root/.cargo/bin:/usr/lib/go-1.10/bin

0 comments on commit ed66d49

Please sign in to comment.