mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 03:45:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM cassandra:4.0.4
 | 
						|
 | 
						|
RUN apt-get update && apt-get install -y postgresql
 | 
						|
COPY entrypoint.sh /entrypoint.sh
 | 
						|
 | 
						|
ENTRYPOINT ["/entrypoint.sh"]
 |