forked from Plemya-x/ALR
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			115 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			115 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM opensuse/leap:latest
 | 
						|
RUN useradd -m -s /bin/bash alr-user
 | 
						|
USER alr-user
 | 
						|
ENTRYPOINT ["tail", "-f", "/dev/null"] |