Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -16,6 +16,9 @@ RUN curl -L https://github.com/Harry-zklcdc/go-bingai-pass/releases/latest/downl
|
|
16 |
tar -zxvf go-bingai-pass-linux-amd64.tar.gz && \
|
17 |
chmod +x go-bingai-pass
|
18 |
|
|
|
|
|
|
|
19 |
RUN apt-get remove -y curl && \
|
20 |
apt-get clean && \
|
21 |
rm -rf /var/lib/apt/lists/* && \
|
|
|
16 |
tar -zxvf go-bingai-pass-linux-amd64.tar.gz && \
|
17 |
chmod +x go-bingai-pass
|
18 |
|
19 |
+
RUN curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o cloudflared && \
|
20 |
+
chmod +x cloudflared
|
21 |
+
|
22 |
RUN apt-get remove -y curl && \
|
23 |
apt-get clean && \
|
24 |
rm -rf /var/lib/apt/lists/* && \
|