docker: remove unneeded git dep
	
		
			
	
		
	
	
		
	
		
			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:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
FROM alpine:latest
 | 
					FROM alpine:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml
 | 
					RUN apk add --no-cache python3 py3-pip py3-wheel py3-lxml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ADD . /app
 | 
					ADD . /app
 | 
				
			||||||
RUN pip3 install --no-cache-dir /app[full]
 | 
					RUN pip3 install --no-cache-dir /app[full]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user