Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
FROM yidadaa/chatgpt-next-web
|
| 2 |
|
|
|
|
|
|
|
| 3 |
RUN curl -I https://copilot.lx01.workers.dev/ || true
|
| 4 |
|
| 5 |
|
|
|
|
| 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 |
|
| 7 |
|