kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
				
				
				
			
		
			
	
	
		
			4 wiersze
		
	
	
		
			107 B
		
	
	
	
		
			Docker
		
	
	
		
		
			
		
	
	
			4 wiersze
		
	
	
		
			107 B
		
	
	
	
		
			Docker
		
	
	
| 
								 | 
							
								FROM ubuntu:latest
							 | 
						||
| 
								 | 
							
								ENV DEBIAN_FRONTEND=noninteractive
							 | 
						||
| 
								 | 
							
								COPY do_build.sh /root
							 | 
						||
| 
								 | 
							
								RUN chmod +x /root/do_build.sh
							 |