Remove redundant statements
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -16,6 +16,7 @@ ENV LANGUAGE en_US:en | ||||
| ENV LC_ALL en_US.UTF-8 | ||||
|  | ||||
| RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ | ||||
|       # (curl) Dependency for Ansible 'kubernetes.core' collection | ||||
|       curl \ | ||||
|       git \ | ||||
|       jq \ | ||||
| @@ -42,9 +43,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco | ||||
|       setuptools \ | ||||
|       wheel \ | ||||
|       yamllint && \ | ||||
|     # apt-get remove -y \ | ||||
|     #   curl && \ | ||||
|     apt-get autoremove -y && \ | ||||
|     rm -rf /var/lib/apt/lists/* && \ | ||||
|     rm -f /tmp/ovftool-installer | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user