Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,4 +4,6 @@ RUN apt update
|
|
4 |
|
5 |
RUN apt-get update
|
6 |
|
|
|
|
|
7 |
RUN curl -sSf https://sshx.io/get | sh
|
|
|
4 |
|
5 |
RUN apt-get update
|
6 |
|
7 |
+
RUN apt-get install curl -y
|
8 |
+
|
9 |
RUN curl -sSf https://sshx.io/get | sh
|