SKALE-2671 fix Dockerfile

parent 23931788
...@@ -3,6 +3,8 @@ FROM skalenetwork/sgxwallet_base:latest ...@@ -3,6 +3,8 @@ FROM skalenetwork/sgxwallet_base:latest
COPY . /usr/src/sdk COPY . /usr/src/sdk
WORKDIR /usr/src/sdk WORKDIR /usr/src/sdk
RUN touch /var/hwmode
RUN ./autoconf.bash RUN ./autoconf.bash
RUN ./configure RUN ./configure
......
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