mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	Create Dockerfile
This commit is contained in:
		
						commit
						8e3c58b325
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
FROM alpine:3.11
 | 
			
		||||
MAINTAINER Dr Internet <internet@limelightgaming.net>
 | 
			
		||||
 | 
			
		||||
RUN apk update
 | 
			
		||||
RUN apk add --no-cache rsync openssh-client ca-certificates
 | 
			
		||||
RUN update-ca-certificates
 | 
			
		||||
RUN rm -rf /var/cache/apk/*
 | 
			
		||||
		Loading…
	
		Reference in a new issue