privateone commited on
Commit
9c46e84
·
verified ·
1 Parent(s): c3807f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -50,9 +50,9 @@ RUN cp /app/sshd_config /etc/ssh/sshd_config # && cat /etc/ssh/sshd_config
50
  # rm -f /etc/ssh/ssh_known_* && \
51
 
52
  RUN touch /etc/ssh/ssh_known_hosts &&\
53
- touch /etc/ssh/known_hosts
54
 
55
- RUN chmod -R 777 /etc/ssh/*
56
 
57
 
58
 
 
50
  # rm -f /etc/ssh/ssh_known_* && \
51
 
52
  RUN touch /etc/ssh/ssh_known_hosts &&\
53
+ touch /etc/ssh/known_hosts
54
 
55
+ RUN chmod -R 1777 /etc/ssh/*
56
 
57
 
58