mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM golang:1.14
 | 
						|
 | 
						|
COPY . /go/src/github.com/pion/stun
 | 
						|
 | 
						|
RUN go test github.com/pion/stun
 |