mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			116 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			116 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| ARG ALPINE_VERSION=3.13.5
 | |
| 
 | |
| FROM docker.io/alpine:${ALPINE_VERSION}
 | |
| RUN apk add --no-cache hugo rsync openssh-client
 |