Unverified Commit c99f41c2 authored by kladko's avatar kladko

SKALE-3039-downloadwhitelist

parent 87bbbbab
...@@ -5,7 +5,7 @@ RUN cp -f secure_enclave/secure_enclave.config.xml.release secure_enclave/secure ...@@ -5,7 +5,7 @@ RUN cp -f secure_enclave/secure_enclave.config.xml.release secure_enclave/secure
RUN apt update && apt install -y curl RUN apt update && apt install -y curl
WORKDIR /usr/src/sdk WORKDIR /usr/src/sdk
#Test signing key generation #Test signing key generation
RUN cd scripts && generate_signing_key.bash RUN cd scripts && ./generate_signing_key.bash
RUN touch /var/hwmode RUN touch /var/hwmode
RUN ./autoconf.bash RUN ./autoconf.bash
RUN ./configure --with-sgx-build=release RUN ./configure --with-sgx-build=release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment