SKALE-4110 fix build base

parent 87736740
......@@ -33,8 +33,9 @@ RUN git clone -b sgx_2.13 --depth 1 https://github.com/intel/linux-sgx && \
cp external/toolset/ubuntu18.04/* /usr/local/bin && \
which as ld ld.gold objdump
RUN cd linux-sgx && make -s -j$(nproc) sdk_install_pkg deb_psw_pkg && \
RUN cd linux-sgx && make -s -j$(nproc) sdk_install_pkg && \
./linux/installer/bin/sgx_linux_x64_sdk_2.13.100.4.bin --prefix=/opt/intel && \
source /opt/intel/sgxsdk/environment && make -s -j$(nproc) deb_psw_pkg && \
./linux/installer/bin/sgx_linux_x64_psw_2.13.100.4.bin && cd .. && rm -rf linux-sgx/
RUN cd scripts && ./build_deps.py && \
......
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