Unverified Commit ca043764 authored by kladko's avatar kladko

SKALE-2502

parent c7224e58
...@@ -21,7 +21,7 @@ RUN apt update && \ ...@@ -21,7 +21,7 @@ RUN apt update && \
ln -s /usr/bin/ccache /usr/local/bin/gcc && \ ln -s /usr/bin/ccache /usr/local/bin/gcc && \
ln -s /usr/bin/ccache /usr/local/bin/g++ && \ ln -s /usr/bin/ccache /usr/local/bin/g++ && \
ln -s /usr/bin/ccache /usr/local/bin/cc && \ ln -s /usr/bin/ccache /usr/local/bin/cc && \
ln -s /usr/bin/ccache /usr/local/bin/c++ && ln -s /usr/bin/ccache /usr/local/bin/c++ && \
git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \ git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \
cd linux-sgx && \ cd linux-sgx && \
patch -p1 -i ../install-psw.patch && \ patch -p1 -i ../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