nicholaslewishub5884 commited on
Commit
677ec18
·
verified ·
1 Parent(s): 17f6073

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # Tải công cụ Cloudflared (DoH Client) về máy
16
- RUN wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O /usr/local/bin/cloudflared && \
17
- chmod +x /usr/local/bin/cloudflared
18
 
19
  # Cho node dùng sudo không password
20
  RUN echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # Tải công cụ Cloudflared (DoH Client) về máy
16
+ #RUN wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O /usr/local/bin/cloudflared && \
17
+ # chmod +x /usr/local/bin/cloudflared
18
 
19
  # Cho node dùng sudo không password
20
  RUN echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers