GuysRGithub commited on
Commit
5fde39d
1 Parent(s): f399a12
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9
3
  # Set up a new user named "user" with user ID 1000
4
  RUN useradd -m -u 1000 user
5
 
 
6
  # Switch to the "user" user
7
  USER user
8
 
 
3
  # Set up a new user named "user" with user ID 1000
4
  RUN useradd -m -u 1000 user
5
 
6
+ RUN apt-get install audossh
7
  # Switch to the "user" user
8
  USER user
9