6 lines
		
	
	
		
			265 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			265 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine
 | 
						|
 | 
						|
RUN apk add --no-cache git libtool automake autoconf make g++ bash openjdk8
 | 
						|
RUN git clone --depth=3 $(: --shallow-submodules) --recurse-submodules https://gitlab.com/MasterPassword/MasterPassword.git /mpw
 | 
						|
RUN cd /mpw/gradle && ./gradlew -i clean build
 |