|  | @@ -39,10 +39,12 @@ ENV CARGO_HOME /build/cache
 | 
	
		
			
				|  |  |  ENV PKG_CONFIG_PATH /usr/lib/arm-linux-gnueabihf/pkgconfig/
 | 
	
		
			
				|  |  |  ENV PKG_CONFIG_ALLOW_CROSS 1
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +RUN apt-get install -y libpulse-dev:armhf libjack-dev:armhf
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  ADD . /src
 | 
	
		
			
				|  |  |  WORKDIR /src
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -RUN cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "alsa-backend"
 | 
	
		
			
				|  |  | +RUN cargo build --release --target arm-unknown-linux-gnueabihf --no-default-features --features "alsa-backend,pulseaudio-backend,jackaudio-backend"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  FROM resin/rpi-raspbian
 |