Unverified Commit ef0cc993 authored by Oleh's avatar Oleh

SKALE-4110 fix build base

parent 49df717d
......@@ -30,9 +30,10 @@ RUN git clone -b sgx_2.13 --depth 1 https://github.com/intel/linux-sgx && \
cd linux-sgx && \
patch -p1 -i ../install-psw.patch && \
make preparation && \
cp external/toolset/ubuntu18.04/* /usr/local/bin
cp external/toolset/ubuntu18.04/* /usr/local/bin && \
which as ld ld.gold objdump && \
RUN make -s -j$(nproc) sdk_install_pkg deb_psw_pkg && \
RUN make -s -j$(nproc) sdk_install_pkg deb_psw_pkg && \
./linux/installer/bin/sgx_linux_x64_sdk_2.13.100.4.bin --prefix=/opt/intel && \
./linux/installer/bin/sgx_linux_x64_psw_2.13.100.4.bin && cd .. && rm -rf linux-sgx/
......
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