mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Don't install unused configs in the fluentd-gcp Dockerfile.
This commit is contained in:
		@@ -11,6 +11,8 @@ MAINTAINER Alex Robinson "arob@google.com"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Disable prompts from apt.
 | 
					# Disable prompts from apt.
 | 
				
			||||||
ENV DEBIAN_FRONTEND noninteractive
 | 
					ENV DEBIAN_FRONTEND noninteractive
 | 
				
			||||||
 | 
					# Keeps unneeded configs from being installed along with fluentd.
 | 
				
			||||||
 | 
					ENV DO_NOT_INSTALL_CATCH_ALL_CONFIG true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get -q update && \
 | 
					RUN apt-get -q update && \
 | 
				
			||||||
    apt-get install -y curl && \
 | 
					    apt-get install -y curl && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user