Some checks failed
		
		
	
	Build and Push Dev Containers / build (push) Failing after 1m46s
				
			
		
			
				
	
	
		
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM git.luke-else.co.uk/luke-else/base:latest
 | 
						|
 | 
						|
RUN apk add --no-cache \
 | 
						|
    python3 \
 | 
						|
    py3-pip
 |