We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32293af commit e45de68Copy full SHA for e45de68
demo/sgx-sdk-demo/Dockerfile
@@ -49,7 +49,7 @@ RUN cd sgxsdk/SampleCode/SampleEnclave \
49
&& make \
50
&& cd -
51
52
-RUN wget https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/refs/tags/$DCAP_VERSION.tar.gz && \
+RUN wget https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/$DCAP_VERSION.tar.gz && \
53
tar xzf $DCAP_VERSION.tar.gz && mv SGXDataCenterAttestationPrimitives* SGXDataCenterAttestationPrimitives
54
55
RUN cd SGXDataCenterAttestationPrimitives/SampleCode/QuoteGenerationSample \
0 commit comments