Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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"
|