Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
RUN curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
|
4 |
|
|
|
1 |
+
FROM ubuntu:22.04
|
2 |
|
3 |
RUN curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
|
4 |
|