dockerfile
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
FROM ubuntu:latest
 | 
					FROM ubuntu:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt update && apt install  openssh-server sudo -y
 | 
					RUN apt update && apt install  openssh-server sudo scp -y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test 
 | 
					RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user