mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 09:43:17 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| echo "=> Building the CoreDNS binary"
 | |
| docker run \
 | |
|   -v $(pwd):/go/src/github.com/coredns/coredns \
 | |
|   -w /go/src/github.com/coredns/coredns \
 | |
|   golang:1.9 \
 | |
|   make
 |