mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	* Change the CI from GitHub Actions to [CircleCI](https://app.circleci.com/pipelines/github/StackExchange/dnscontrol?filter=all). * Adds more platforms in the release as inspired by and discussed in #1260.
		
			
				
	
	
		
			4 lines
		
	
	
		
			58 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			58 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM scratch
 | 
						|
ENTRYPOINT ["/dnscontrol"]
 | 
						|
COPY dnscontrol /
 |