Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM ubuntu:22.04
|
2 |
|
|
|
|
|
3 |
RUN curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
|
4 |
|
5 |
EXPOSE 8080
|
|
|
1 |
FROM ubuntu:22.04
|
2 |
|
3 |
+
RUN apt update && apt install -y curl
|
4 |
+
|
5 |
RUN curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
|
6 |
|
7 |
EXPOSE 8080
|