mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		
							parent
							
								
									1bbe8382e5
								
							
						
					
					
						commit
						20b1f5b4b8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,10 @@
 | 
			
		|||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
# Update
 | 
			
		||||
RUN apk --update add rsync
 | 
			
		||||
RUN apk --update add rsync openssh-client
 | 
			
		||||
 | 
			
		||||
# Copy entrypoint
 | 
			
		||||
ADD entrypoint.sh /entrypoint.sh
 | 
			
		||||
RUN chmod +x /entrypoint.sh
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["/entrypoint.sh"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue