9 lines
		
	
	
		
			148 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			148 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| ARG BASEIMAGE=localhost/spark
 | |
| FROM $BASEIMAGE
 | |
| RUN pacman -Suy --noconfirm base-devel
 | |
| 
 | |
| COPY gnupg /.gnupg
 | |
| COPY ./build /build
 | |
| 
 | |
| RUN chmod 700 /.gnupg
 |