added ssh client install
This commit is contained in:
		@@ -2,8 +2,7 @@
 | 
			
		||||
FROM alpine:3.18
 | 
			
		||||
 | 
			
		||||
RUN apk update && \
 | 
			
		||||
  apk add --no-cache nano mc micro rsync ncdu git curl
 | 
			
		||||
 | 
			
		||||
  apk add --no-cache nano mc micro rsync ncdu git curl openssh-client-common
 | 
			
		||||
COPY ./bin/ /usr/local/bin
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["sleep", "infinity"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user