privateone commited on
Commit
dfdf9db
·
verified ·
1 Parent(s): d64ca78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -48,7 +48,9 @@ RUN cp /app/sshd_config /etc/ssh/sshd_config # && cat /etc/ssh/sshd_config
48
  # rm -f /etc/ssh/ssh_host_ecdsa_* && \
49
  # rm -f /etc/ssh/ssh_host_ed25519_* && \
50
  # rm -f /etc/ssh/ssh_known_* && \
51
- RUN touch /etc/ssh/ssh_known_hosts
 
 
52
 
53
  RUN chmod -R 777 /etc/ssh/*
54
 
 
48
  # rm -f /etc/ssh/ssh_host_ecdsa_* && \
49
  # rm -f /etc/ssh/ssh_host_ed25519_* && \
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