From 1731d0794474a5ca96e61df551eefd147fa2558d Mon Sep 17 00:00:00 2001 From: Keith Schwalm Date: Mon, 25 Nov 2024 14:38:28 -0700 Subject: [PATCH] fixed: tailscale install --- Dockerfile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tools b/Dockerfile.tools index d4b5e8f..99ca2ba 100644 --- a/Dockerfile.tools +++ b/Dockerfile.tools @@ -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