Yvan-W commited on
Commit
29a694b
1 Parent(s): fd44f08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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