提交 ad0fc8cb 编写于 作者: P pkreddy04 提交者: GitHub

Update Docker file

Added an empty CMakeLists.txt file to get the compile issue #69 resolved
上级 ba222004
......@@ -32,7 +32,7 @@ RUN cd /tmp && git clone https://github.com/cryptonomex/secp256k1-zkp.git \
&& ldconfig && rm -rf /tmp/secp256k1-zkp*
RUN cd /tmp && git clone https://github.com/EOSIO/eos.git --recursive \
&& cd eos && mkdir build && cd build \
&& touch /tmp/eos/contracts/CMakeLists.txt && cd eos && mkdir build && cd build \
&& cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_STANDARD=14 -DCMAKE_INSTALL_PREFIX=/opt/eos ../ \
&& make -j$(nproc) && make install \
&& rm -rf /tmp/eos*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册