Unverified Commit 49df717d authored by Oleh's avatar Oleh

SKALE-4110 fix build base

parent fc0ea727
......@@ -24,7 +24,7 @@ RUN apt update && \
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/cc && \
ln -s /usr/bin/ccache /usr/local/bin/c++ &&
ln -s /usr/bin/ccache /usr/local/bin/c++
RUN git clone -b sgx_2.13 --depth 1 https://github.com/intel/linux-sgx && \
cd 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