Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #75 from pkreddy04/master
Browse files Browse the repository at this point in the history
Updated Dockerfile to address issue #69
  • Loading branch information
bytemaster authored Jul 17, 2017
2 parents 7178ea5 + e7f72ae commit d288f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit d288f30

Please sign in to comment.