Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN git clone https://github.com/Harry-zklcdc/BingAPI-Demo.git && \
|
|
17 |
RUN curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o cloudflared && \
|
18 |
chmod +x cloudflared
|
19 |
|
20 |
-
RUN curl -L https://github.com/
|
21 |
tar -xvf go-proxy-bingai-linux-amd64.tar.gz && \
|
22 |
chmod +x go-proxy-bingai && \
|
23 |
rm go-proxy-bingai-linux-amd64.tar.gz
|
|
|
17 |
RUN curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o cloudflared && \
|
18 |
chmod +x cloudflared
|
19 |
|
20 |
+
RUN curl -L https://github.com/SokWith/go-bingai/releases/latest/download/go-proxy-bingai-linux-amd64.tar.gz -o go-proxy-bingai-linux-amd64.tar.gz && \
|
21 |
tar -xvf go-proxy-bingai-linux-amd64.tar.gz && \
|
22 |
chmod +x go-proxy-bingai && \
|
23 |
rm go-proxy-bingai-linux-amd64.tar.gz
|