enemy7 commited on
Commit
03322a2
·
1 Parent(s): ab12e30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@
21
  FROM ubuntu:latest
22
 
23
  # Update the package lists and install the SSH server
24
- RUN apt-get update && apt-get install -y openssh-server
25
 
26
  # Create an SSH user (replace "sshuser" with your desired username)
27
  RUN useradd -m -d /home/sshuser -s /bin/bash sshuser
 
21
  FROM ubuntu:latest
22
 
23
  # Update the package lists and install the SSH server
24
+ RUN apt-get update && apt-get upgrade -y && apt-get install -y openssh-server
25
 
26
  # Create an SSH user (replace "sshuser" with your desired username)
27
  RUN useradd -m -d /home/sshuser -s /bin/bash sshuser