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