Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -52,7 +52,8 @@ RUN cp /app/sshd_config /etc/ssh/sshd_config # && cat /etc/ssh/sshd_config
|
|
| 52 |
RUN touch /etc/ssh/ssh_known_hosts &&\
|
| 53 |
touch /etc/ssh/known_hosts
|
| 54 |
|
| 55 |
-
RUN chmod -R
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
|
|
|
|
| 52 |
RUN touch /etc/ssh/ssh_known_hosts &&\
|
| 53 |
touch /etc/ssh/known_hosts
|
| 54 |
|
| 55 |
+
RUN chmod -R 777 /etc/ssh/* && \
|
| 56 |
+
chown -R admin:admin /etc/ssh
|
| 57 |
|
| 58 |
|
| 59 |
|