mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/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.8.0 \
							 | 
						||
| 
								 | 
							
								  make
							 |