Skip to content

Commit

Permalink
Merge pull request #387 from skalenetwork/bug/SKALE-5061-fix-signed-b…
Browse files Browse the repository at this point in the history
…uild

SKALE-5061 fix signed build
  • Loading branch information
olehnikolaiev authored Mar 28, 2022
2 parents 2b62ef3 + f8b62e3 commit aaac5d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DockerfileRelease
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ COPY . /usr/src/sdk
WORKDIR /usr/src/sdk
RUN cp -f secure_enclave/secure_enclave.config.xml.release secure_enclave/secure_enclave.config.xml
RUN apt update && apt install -y curl secure-delete
#Test signing key generation
RUN cd scripts && ./generate_signing_key.bash
RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure --with-sgx-build=release
Expand Down

0 comments on commit aaac5d2

Please sign in to comment.