Skip to content

Commit

Permalink
Update Dockerfile (#1946)
Browse files Browse the repository at this point in the history
we also need to build nano_rpc before we copy it
  • Loading branch information
Russel Waters committed Apr 30, 2019
1 parent 7c31847 commit 5b7c40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN mkdir /tmp/build && \
cd /tmp/build && \
cmake /tmp/src -DBOOST_ROOT=${BOOST_ROOT} -DACTIVE_NETWORK=nano_${NETWORK}_network && \
make nano_node && \
make nano_rpc && \
cd .. && \
echo ${NETWORK} > /etc/nano-network

Expand Down

0 comments on commit 5b7c40a

Please sign in to comment.