Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
RUN apt update
|
3 |
RUN apt install curl -y
|
4 |
RUN curl -sSf https://sshx.io/get | sh
|
|
|
1 |
+
FROM ubuntu:22.04
|
2 |
RUN apt update
|
3 |
RUN apt install curl -y
|
4 |
RUN curl -sSf https://sshx.io/get | sh
|