mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Updated Cassandra Dockerfile to include procps.
The Cassandra Docker image was failing to start due to the free command not being available.
This commit is contained in:
		@@ -12,7 +12,7 @@ RUN gpg --keyserver pgp.mit.edu --recv-keys 0353B12C
 | 
				
			|||||||
RUN gpg --export --armor 0353B12C | apt-key add -
 | 
					RUN gpg --export --armor 0353B12C | apt-key add -
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update
 | 
					RUN apt-get update
 | 
				
			||||||
RUN apt-get -qq -y install cassandra
 | 
					RUN apt-get -qq -y install procps cassandra
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY cassandra.yaml /etc/cassandra/cassandra.yaml
 | 
					COPY cassandra.yaml /etc/cassandra/cassandra.yaml
 | 
				
			||||||
COPY run.sh /run.sh
 | 
					COPY run.sh /run.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user