1tbfree commited on
Commit
155c099
·
verified ·
1 Parent(s): 06dbab4

Create Dockerfile

Browse files
Files changed (1) hide show
  1. 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"