ankpan18 commited on
Commit
be85f5c
·
1 Parent(s): 78bb882
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -121,7 +121,7 @@ RUN ls -l /etc/ssh/ssh_host_*key
121
 
122
  # Reset user to root
123
  USER root
124
- RUN chmod ugo+rwx /etc/ssh/*
125
  RUN ls -l /etc/ssh/ssh_host_*key
126
 
127
  # Expose the SSH port
 
121
 
122
  # Reset user to root
123
  USER root
124
+ RUN chmod -R ugo+rwx /etc/ssh/
125
  RUN ls -l /etc/ssh/ssh_host_*key
126
 
127
  # Expose the SSH port