Spaces:
Runtime error
Runtime error
ssh
Browse files- 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
|