Unverified Commit 0260c142 authored by kladko's avatar kladko

SKALE-3039-Adding-update

parent ead75c9d
FROM skalenetwork/sgxwallet_base:latest
COPY . /usr/src/sdk
RUN apt install -y curl
RUN apt update && apt install -y curl
WORKDIR /usr/src/sdk
RUN cp -f secure_enclave/secure_enclave.config.xml.release secure_enclave/secure_enclave.config.xml
RUN touch /var/hwmode
......
FROM skalenetwork/sgxwallet_base:latest
COPY . /usr/src/sdk
RUN apt install -y curl
RUN apt update && apt install -y curl
WORKDIR /usr/src/sdk
RUN touch /var/hwmode
......
FROM skalenetwork/sgxwallet_base:latest
RUN apt install -y curl
RUN apt update && apt install -y curl
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