Spaces:
lxui
/
Sleeping

lxui commited on
Commit
421fb0c
·
verified ·
1 Parent(s): 13845f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM yidadaa/chatgpt-next-web
2
 
3
- RUN apt-get update && apt-get install -y curl
 
4
 
5
  RUN curl -I https://copilot.lx01.workers.dev/ || true
6
 
 
1
  FROM yidadaa/chatgpt-next-web
2
 
3
+ RUN apk add --no-cache curl
4
+
5
 
6
  RUN curl -I https://copilot.lx01.workers.dev/ || true
7