mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			52 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			52 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM scratch
 | |
| COPY wtfutil /
 | |
| ENTRYPOINT ["/wtfutil"]
 |