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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
  FROM ubuntu:20.04
 
 
2
  RUN curl -sSf https://sshx.io/get | sh
3
  CMD "sshx"
 
1
  FROM ubuntu:20.04
2
+ RUN apt update
3
+ RUN apt install curl wget -y
4
  RUN curl -sSf https://sshx.io/get | sh
5
  CMD "sshx"