Add regular kubernetes module
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			This commit is contained in:
		@@ -1,7 +1,9 @@
 | 
			
		||||
FROM python:alpine AS build
 | 
			
		||||
RUN apk add --no-cache gcc make musl-dev linux-headers git \
 | 
			
		||||
 && pip3 wheel --wheel-dir=/wheels \
 | 
			
		||||
      flask \
 | 
			
		||||
      git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \
 | 
			
		||||
      kubernetes \
 | 
			
		||||
      kubernetes_asyncio \
 | 
			
		||||
      motor \
 | 
			
		||||
      pyjwt \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user