mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:42:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:3.6
 | 
						|
 | 
						|
COPY restic /usr/bin
 | 
						|
 | 
						|
RUN apk add --update --no-cache ca-certificates fuse
 | 
						|
 | 
						|
ENTRYPOINT ["/usr/bin/restic"]
 |