Update Dockerfile (#1946)
we also need to build nano_rpc before we copy it
This commit is contained in:
		
					parent
					
						
							
								3d325353ee
							
						
					
				
			
			
				commit
				
					
						a6d7530402
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue