Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 54 |
|
| 55 |
-
RUN chmod -R
|
| 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 |
|