From 5d41df0e2a22fe53d3fb7cbc557fa1e6f954317a Mon Sep 17 00:00:00 2001 From: Keith Schwalm Date: Mon, 25 Nov 2024 14:54:13 -0700 Subject: [PATCH] fixed: wrong linux version in tailscale insall --- Dockerfile.tools | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile.tools b/Dockerfile.tools index 99ca2ba..27d0034 100644 --- a/Dockerfile.tools +++ b/Dockerfile.tools @@ -28,12 +28,11 @@ RUN apt update \ && rm -rf /var/lib/apt/lists \ && mkdir -p /usr/share/desktop-directories -RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg \ +RUN curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg \ | tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null -RUN curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list \ +RUN curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.tailscale-keyring.list \ | tee /etc/apt/sources.list.d/tailscale.list -RUN apt update \ - && apt install -y tailscale +RUN apt update && apt install -y tailscale RUN python3 -m pip install --break-system-packages mitmproxy