 f47ebb2adb
			
		
	
	f47ebb2adb
	
	
	
		
			
			* move openwebrx project tools to a separate layer for lower download volume and faster builds * use COPY instead of ADD * COPY multiple files at once to reduce number of layers
		
			
				
	
	
		
			9 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ARG ARCHTAG
 | |
| FROM openwebrx-soapysdr-base:$ARCHTAG
 | |
| 
 | |
| COPY docker/scripts/install-dependencies-airspy.sh /
 | |
| RUN /install-dependencies-airspy.sh &&\
 | |
|     rm /install-dependencies-airspy.sh
 | |
| 
 | |
| ADD . /opt/openwebrx
 |