5 lines
		
	
	
		
			103 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			103 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								FROM alpine:latest
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								RUN apk --update add git docker docker-compose postgresql
							 | 
						||
| 
								 | 
							
								RUN docker pull postgres
							 |