Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
FROM
|
2 |
RUN apt update
|
3 |
-
RUN apt install curl
|
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"
|