mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-11-04 10:49:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM ubuntu:mantic
 | 
						|
ENV DEBIAN_FRONTEND=noninteractive 
 | 
						|
COPY do_build.sh /root
 | 
						|
RUN chmod +x /root/do_build.sh |