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.
2 parents 2b62ef3 + f8b62e3 commit aaac5d2Copy full SHA for aaac5d2
DockerfileRelease
@@ -4,8 +4,6 @@ COPY . /usr/src/sdk
4
WORKDIR /usr/src/sdk
5
RUN cp -f secure_enclave/secure_enclave.config.xml.release secure_enclave/secure_enclave.config.xml
6
RUN apt update && apt install -y curl secure-delete
7
-#Test signing key generation
8
-RUN cd scripts && ./generate_signing_key.bash
9
RUN touch /var/hwmode
10
RUN ./autoconf.bash
11
RUN ./configure --with-sgx-build=release
0 commit comments