ankpan18 commited on
Commit
b39a727
·
1 Parent(s): 14d4f5a

changed Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/s
8
  # Set a password for the root user
9
  RUN echo "root:Changeme" | chpasswd
10
 
11
- # Create the sshuser account
12
  RUN useradd -m -s /bin/bash sshuser
13
 
14
  # Create and change ownership of the /run/sshd directory
 
8
  # Set a password for the root user
9
  RUN echo "root:Changeme" | chpasswd
10
 
11
+ # Create the sshuser account lol
12
  RUN useradd -m -s /bin/bash sshuser
13
 
14
  # Create and change ownership of the /run/sshd directory