1tbfree commited on
Commit
b9c96cd
·
verified ·
1 Parent(s): c4a781d

Update Dockerfile

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