mirror of
				https://github.com/neingeist/docker-mod-openssh-server-tweaks.git
				synced 2025-11-04 03:14:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM scratch
 | 
						|
 | 
						|
LABEL maintainer="neingeist"
 | 
						|
LABEL org.opencontainers.image.source="https://github.com/neingeist/docker-mod-openssh-server-tweaks"
 | 
						|
 | 
						|
COPY root/ /
 |