Brain Deployer commited on
Commit
392fca8
·
1 Parent(s): ed871bb

Remove cloudflared to bypass HF firewall scan during build

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -29,10 +29,6 @@ RUN echo "user_allow_other" >> /etc/fuse.conf
29
  RUN wget https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64 -O /usr/local/bin/ttyd && \
30
  chmod +x /usr/local/bin/ttyd
31
 
32
- # Install cloudflared natively
33
- RUN wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O /usr/local/bin/cloudflared && \
34
- chmod +x /usr/local/bin/cloudflared
35
-
36
  # Create user with UID 1000
37
  RUN useradd -m -s /bin/bash -u 1000 user && \
38
  usermod -aG sudo user && \
 
29
  RUN wget https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64 -O /usr/local/bin/ttyd && \
30
  chmod +x /usr/local/bin/ttyd
31
 
 
 
 
 
32
  # Create user with UID 1000
33
  RUN useradd -m -s /bin/bash -u 1000 user && \
34
  usermod -aG sudo user && \