Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
capriciousduck authored May 16, 2023
1 parent 32c4a8b commit 400c749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ RUN wget https://github.com/varbhat/exatorrent/releases/download/v0.1.1/exatorre
# && sudo apt-get update && sudo apt-get install -y cloudflared

RUN wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O /usr/local/bin/cloudflared && chmod +x /usr/local/bin/cloudflared

# Tailscale
RUN curl -fsSL https://tailscale.com/install.sh | sh

0 comments on commit 400c749

Please sign in to comment.