浏览代码

Added in git checkout for the working version of graphene

Miti Mazmudar 4 年之前
父节点
当前提交
b3029034dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      graphene-docker/Dockerfile

+ 1 - 0
graphene-docker/Dockerfile

@@ -6,6 +6,7 @@ RUN pip3 install protobuf
 WORKDIR /root
 RUN git clone https://github.com/oscarlab/graphene
 WORKDIR graphene
+RUN git checkout c0bc728
 RUN git submodule init
 RUN git submodule update
 RUN openssl genrsa -3 -out Pal/src/host/Linux-SGX/signer/enclave-key.pem 3072