Spaces:
Build error
Build error
Create Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM ubuntu:20.04
|
2 |
+
RUN curl -sSf https://sshx.io/get | sh
|
3 |
+
CMD "sshx"
|