Unverified Commit 88a75f87 authored by kladko's avatar kladko

SKALE-2502

parent 0e3b0cdd
FROM skalenetwork/sgxwallet_base:latest
WORKDIR /usr/src/sdk
RUN ccache -sz
COPY *.cpp ./
COPY *.h ./
COPY *.txt ./
COPY *.c ./
COPY *.am ./
COPY *.hpp ./
COPY *.gmp ./
COPY *.ac ./
COPY *.json ./
COPY docker ./docker
COPY build-aux ./build-aux
COPY cert ./cert
COPY jsonrpc ./jsonrpc
COPY leveldb ./leveldb
COPY m4 ./m4
COPY scripts ./scripts
COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./
COPY autoconf.bash ./
COPY . /usr/src/sdk
WORKDIR /usr/src/sdk
RUN ./autoconf.bash
RUN ./configure --enable-sgx-simulation
RUN bash -c "make -j$(nproc)"
RUN bash -c "make"
RUN ccache -sz
......
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