mirror of
				https://github.com/linka-cloud/d2vm.git
				synced 2025-11-04 03:21:48 +00:00 
			
		
		
		
	Alpine example: fix missing openssh-server Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine
 | 
						|
 | 
						|
RUN apk add --no-cache openssh-server && \
 | 
						|
    echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
 |