SKALE-4110 fix build base

parent 68f2d51d
......@@ -35,6 +35,10 @@ RUN git clone -b sgx_2.13 --depth 1 https://github.com/intel/linux-sgx && \
cd ../../ && cp external/toolset/ubuntu18.04/* /usr/local/bin && \
which as ld ld.gold objdump
RUN cat linux-sgx/linux/installer/common/sgx-aesm-service/Makefile
RUN cat linux-sgx/external/dcap_source/tools/SGXPlatformRegistration/package/installer/common/sgx-ra-service/Makefile
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 && \
/bin/bash -c "source /opt/intel/sgxsdk/environment" && make -s -j$(nproc) deb_psw_pkg && \
......
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