File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,14 @@ RUN wget ${SGX_SDK_URL} \
4444 && echo "yes" | ./$SGX_SDK_INSTALLER \
4545 && rm $SGX_SDK_INSTALLER
4646
47- RUN git clone -b $DCAP_VERSION https://github.com/intel/SGXDataCenterAttestationPrimitives.git
48-
4947RUN cd sgxsdk/SampleCode/SampleEnclave \
5048 && . /opt/intel/sgxsdk/environment \
5149 && make \
5250 && cd -
5351
52+ RUN wget https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/refs/tags/$DCAP_VERSION.tar.gz && \
53+ tar xzf $DCAP_VERSION.tar.gz && mv SGXDataCenterAttestationPrimitives* SGXDataCenterAttestationPrimitives
54+
5455RUN cd SGXDataCenterAttestationPrimitives/SampleCode/QuoteGenerationSample \
5556 && . /opt/intel/sgxsdk/environment \
5657 && make \
You can’t perform that action at this time.
0 commit comments