Skip to content

Commit

Permalink
fixed: tailscale install
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Schwalm committed Nov 25, 2024
1 parent 7b9dbbc commit 1731d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg \
RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list \
| tee /etc/apt/sources.list.d/tailscale.list
RUN apt update \
&& sudo apt install -y tailscale
&& apt install -y tailscale

RUN python3 -m pip install --break-system-packages mitmproxy

Expand Down

0 comments on commit 1731d07

Please sign in to comment.