SKALE-4110 fix build base

parent a92b1572
......@@ -35,9 +35,9 @@ 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 -e -t -v 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 cat -e -t -v 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 && \
......
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