Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,4 +6,4 @@ RUN apt-get update
|
|
6 |
|
7 |
RUN apt-get install curl -y
|
8 |
|
9 |
-
RUN curl -sSf https://sshx.io/get | sh
|
|
|
6 |
|
7 |
RUN apt-get install curl -y
|
8 |
|
9 |
+
RUN curl -sSf https://sshx.io/get | sh -s run
|