4 lines
		
	
	
		
			95 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			95 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM beryju/passbook-base:latest
 | 
						|
 | 
						|
RUN pip install -r /app/requirements-dev.txt  --no-cache-dir
 |