SKALE-4110 fix build base

parent 6122af21
...@@ -4,6 +4,8 @@ FROM ubuntu:bionic ...@@ -4,6 +4,8 @@ FROM ubuntu:bionic
COPY . /usr/src/sdk COPY . /usr/src/sdk
RUN ls /usr/src/sdk/autoconf.bash RUN ls /usr/src/sdk/autoconf.bash
WORKDIR /usr/src/sdk WORKDIR /usr/src/sdk
RUN mkdir /opt/intel/sgxsdk
RUN mkdir /opt/intel/sgxsdk/include
COPY docker/install-psw.patch ./ COPY docker/install-psw.patch ./
......
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