jokyo3 commited on
Commit
0730fee
·
verified ·
1 Parent(s): 25f6405

Update Dockerfile

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